January 21, 2009 Learn » Re: loop through specific class members | |||
|---|---|---|---|
| |||
...same mechanism as pragma(msg, for example, so shouldn't something like the above theoretically... | |||
January 09, 2009 General » Re: Properties | |||
|---|---|---|---|
| |||
...we at least have pragma(msg), although I...at all costs;" something like: mixin(/* a long... | |||
January 09, 2009 General » Re: Suggestion: module opcall | |||
|---|---|---|---|
| |||
...int "~a~";";
pragma(msg, "SomeCodeToMixin: "~SomeCodeToMixin);
}
---------------
For that (...deja vu?), I'd like to have... | |||
January 08, 2009 General » Re: Properties | |||
|---|---|---|---|
| |||
That I don't like, for the same...fancy code-generation here*/;
//pragma(msg, "foo: "~foo... | |||
December 28, 2008 General » Re: 128 bit signed and unsigned integer types | |||
|---|---|---|---|
| |||
...roughly) like this implemented: bool overflow; ubyte high; ubyte a = 128; // overflow == false pragma(OverflowFlag... | |||
December 21, 2008 General » Re: Things that may be removed | |||
|---|---|---|---|
| |||
...the grammar of the pragma statement to allow...a few predefined pragmas, like msg and lib... | |||
November 30, 2008 General » Interfacing with XPCOM | |||
|---|---|---|---|
| |||
...to interfacing with anything like XPCOM. D interfaces...correctly supported as a Pragma wherever an interface... | |||
November 27, 2008 Issues » [Issue 1924] Allow writefln like ouput during CTFE. | |||
|---|---|---|---|
| |||
...Removed |Added
----------------------------------------------------------------------------
Summary|Allow pragma(msg) in CTFE |Allow writefln like ouput
| |during CTFE.
------- Comment... | |||
November 26, 2008 Issues » [Issue 1924] Allow pragma(msg) in CTFE | |||
|---|---|---|---|
| |||
...rather than generated. pragma is compile time in all cases. Seems like a good fit... | |||
November 26, 2008 Issues » [Issue 1924] Allow pragma(msg) in CTFE | |||
|---|---|---|---|
| |||
...the names pragma(msg) and pragma(writefln), it...to name it something like "ctfeMsg" or "msgCTFE... | |||
Copyright © 1999-2021 by the D Language Foundation