March 26, 2010 General » Re: Implicit enum conversions are a stupid PITA | |||
|---|---|---|---|
| |||
...auto w = octal!1L; pragma(msg, typeof(w...of analyzing the string like I did for... | |||
March 26, 2010 General » Does D allow paradoxical code? | |||
|---|---|---|---|
| |||
...string vs = "version = v2;"; pragma(msg, "yes"); } else...of evaluation for constructs like mixins, conditional compilation... | |||
March 24, 2010 Issues » [Issue 4001] New: ctfe return value is handled incorrectly when used as template argument | |||
|---|---|---|---|
| |||
...long mylong = parseLong("mystring");
pragma(msg, "fine ", longToStr...should work just as like longToStr. I checked... | |||
March 23, 2010 Learn » how to get timestamp in compile-time? | |||
|---|---|---|---|
| |||
...that can be used like the following oversimplified...const time endtime = gettime(); pragma(msg, "Compiled in... | |||
March 15, 2010 Beta » [dmd-beta] beta for dmd 2.042 | |||
|---|---|---|---|
| |||
...should do
something like:
unittest
{
Protocol proto = new Protocol;
+ version(Windows) {
+ pragma(msg, " --- socket.d... | |||
March 15, 2010 Issues » [Issue 3950] Wrong error message in recursive template call with no ! | |||
|---|---|---|---|
| |||
...x % 10); // missing ! here } pragma(msg, ToString(10...function template I'd like a similar error... | |||
March 13, 2010 Issues » [Issue 3952] New: pragma(msg,...) has bugs + alternative idea | |||
|---|---|---|---|
| |||
...pragma and avoid errors like that one I think the compiler can rewrite the pragma... | |||
March 02, 2010 Issues » [Issue 3867] Complex bug with a forward referenced enum member via an alias, templates, tuples, and CTFE | |||
|---|---|---|---|
| |||
...NArray!(double))) {}
return "yyyy";
}
//pragma(msg, "Outside: " ~ axisFilterLoop...yes, you need things like the false-giving... | |||
February 24, 2010 c++.dos.16-bits » "org" directive | |||
|---|---|---|---|
| |||
...some sort of org-like instruction for DMC...within DMC? The only pragma I can find... | |||
February 06, 2010 General » Re: Proposal: Dedicated-string-mixin templates/functions | |||
|---|---|---|---|
| |||
...call stdlib functions like the equivalent of "writef" (no need for special pragma(msg, ..) constructs). | |||
Copyright © 1999-2021 by the D Language Foundation