Search

April 10, 2011
General »
...HSL picker, so things like drawText and drawPixel...dmd does not have "pragma(framework)", you'll...
April 07, 2011
General »
...enum to have things like PI not consume...enum {a = 5, b}
pragma(msg, &b);
Error...
April 05, 2011
General »
...to a lib.

Should "pragma(lib, nameoflib);" work...some D-ification, though. Like arrays of delegates...
March 22, 2011
General »
...rely on something like a static initializer.

If you have a pragma, no changes to...
March 19, 2011
General »
...digits.length == length,
                                    digits);
}

pragma(msg, search!9...typesafe variadic template, syntax like Typesafe Variadic Functions...
March 18, 2011
General »
...import foo;

pragma(staticCtorsAvoid, foo);
// Or
pragma(staticCtorsRunBefore...me off. I feel like I'm back...
March 09, 2011
General »
...the documentation. If a pragma can be targeted...deprecation framework, acting just like deprecated does.

- Jonathan...
March 08, 2011
Learn »
...something like those two syntaxes to D/DMD too?

One of them is this pragma...
March 04, 2011
Learn »
...If you mean code like this:

import std...i, t; typeof(t2)) {
         pragma(msg, t);
         assert...
March 01, 2011
General »
...runtime : Runtime;

pragma(lib, "msvcrt.lib");
pragma(startaddress...more to the process, like the .obj files...
127 128 129 130 131 132 133 134 135 136 137
Next ›   Last »