Search

March 26, 2010
General »
...auto w = octal!1L;
	pragma(msg, typeof(w...of analyzing the string like I did for...
March 26, 2010
General »
...string vs = "version = v2;";
  pragma(msg, "yes");
}
 else...of evaluation for constructs like mixins, conditional compilation...
March 24, 2010
Issues »
...long mylong = parseLong("mystring");
    pragma(msg, "fine ", longToStr...should work just as like longToStr. I checked...
March 23, 2010
Learn »
...that can be used like the following oversimplified...const time endtime = gettime();
pragma(msg, "Compiled in...
March 15, 2010
Beta »
...should do
something like:

unittest
{
	Protocol proto = new Protocol;
+    version(Windows)    {
+        pragma(msg, " --- socket.d...
March 15, 2010
Issues »
...x % 10); // missing ! here
}
pragma(msg, ToString(10...function template

I'd like a similar error...
March 13, 2010
Issues »
...pragma and avoid errors like that one I think the compiler can rewrite the pragma...
March 02, 2010
Issues »
...NArray!(double))) {}
    return "yyyy";
}

//pragma(msg, "Outside: " ~ axisFilterLoop...yes, you need things like the false-giving...
February 24, 2010
c++.dos.16-bits »
...some sort of org-like instruction for DMC...within DMC? The only pragma I can find...
February 06, 2010
General »
...call stdlib functions like the equivalent of "writef" (no need for special pragma(msg, ..) constructs).
134 135 136 137 138 139 140 141 142 143 144
Next ›   Last »