Search

January 30, 2012
Learn »
...like this:

string ctMain()
{
   //evaluate and return the final result string
}

enum result = ctMain();
pragma...
January 16, 2012
GDC »
...to directly use the demangled names?...

Things like:

pragma(attribute, ifunc("_D5ifunc6pick_fFZPFiZv")) void f...
January 06, 2012
General »
...of two) it looks like this:

--------------------------------
import std...bs; alias bs this; }

pragma(attribute, noinline) void...
January 05, 2012
General »
...think is happening:

The pragma(lib, ...) causes DMD...t know why, sounds like a bug to...
January 04, 2012
General »
...function declarations such as:

pragma(GNU_attribute, always...D because of issues like this, haven't...
December 16, 2011
Learn »
...get extensions into DMD, like the Glasgow Haskell Compiler. Like:

pragma(extension, tupleExpansionSyntax); // thanks, Kanji...
December 12, 2011
Beta »
...opCall(ParameterTypeTuple!(TFunction)
args) {
       pragma (msg, "TFunction1: " ~ typeof...dwStatusInformationLength)


so it seems like the 'extern (Windows...
December 09, 2011
General »
...introduce a new pragma:

pragma(disable, commaOp);

and...Some programmers do not like gotos, comma operator...
December 07, 2011
Issues »
...There are tricky examples like:

template baa(T...print when you do:
pragma(msg, T);
but...
November 17, 2011
Issues »
...template instantiation depends an pragma(msg,
                    T.stringof...on a  meta state machine like Boost.MSM (http...
119 120 121 122 123 124 125 126 127 128 129
Next ›   Last »