February 21, 2009 Issues » [Issue 2660] Change #line to pragma(line) | |||
|---|---|---|---|
| |||
...02-21 00:05 ------- clobbing up the # character like that is pretty aweful as well! -- | |||
February 17, 2009 Issues » [Issue 2660] Change #line to pragma(line) | |||
|---|---|---|---|
| |||
...you just spend like 2 seconds changing that to look for pragma(line..) instead of... | |||
February 17, 2009 General » Re: OT -- Re: random cover of a range | |||
|---|---|---|---|
| |||
...110BCE–10CE).
Except for things like:
sacrifice(Animal a) {
version(Christianity) {
pragma(message("deprecated; see Jesus... | |||
February 16, 2009 Issues » [Issue 2660] Change #line to pragma(line) | |||
|---|---|---|---|
| |||
...band annotations (C's usage and bash like comments) so I would be hesitant to... | |||
February 11, 2009 General » Re: API Evolution | |||
|---|---|---|---|
| |||
...it like so:
version( build )
{
// Obviously, you'd only use ONE of these...
pragma( library... | |||
February 10, 2009 General » Re: Why version() ? | |||
|---|---|---|---|
| |||
...pragma(msg, "64 bit");
}
else
{
int a;
pragma...You could try something like this:
module Vers... | |||
January 27, 2009 Announce, IDEs » Re: Descent 0.5.4 released | |||
|---|---|---|---|
| |||
...window just shows stuff like this: I've...to muck about with pragma(msg,...) and compile... | |||
January 27, 2009 Learn » Re: loop through specific class members | |||
|---|---|---|---|
| |||
...Tuple!(int, char, long))
pragma(msg, a.stringof...not 'a'
*This* seems like a bug to... | |||
January 25, 2009 General » Re: Nothrow, pure in druntime | |||
|---|---|---|---|
| |||
...say you made this pragma(Linkage, nothrow). Then...anyhow so that things like CTFE work on... | |||
January 25, 2009 Issues » [Issue 2599] Two variadic parameters should be accepted | |||
|---|---|---|---|
| |||
...stringof;
}
pragma(msg, temp!(int[]));
To allow part-explicit, part-implicit template instantiations like you... | |||
Copyright © 1999-2021 by the D Language Foundation