Search

August 07, 2011
General »
...well, so the heuristic is rather nice.

    pragma(lib, "advapi32.lib");
    extern(Windows) BOOL IsTextUnicode...
July 28, 2011
Learn »
...should handle all language specific things, like the pragma. Then I assume the front end...
July 28, 2011
Learn »
...the contents of pragmas like this back to...guys refused to implement #pragma in C/C...
July 26, 2011
Issues »
...error:

import std.range;

pragma(msg, isInputRange!(ubyte...code of isInputRange looks like this:

template isInputRange...
July 25, 2011
Issues »
...i++) {
    foreach(t; T) {
      pragma(msg, t.stringof);
    }
  }
}

When called like this from a CTFE...
July 23, 2011
General »
...the job of tools like IDEs too keep...with its .di file:
pragma(di_sync);
There...
July 14, 2011
Issues »
...flattenNamedEnum

pragma(msg, "foo");

enum Severity
{
    NOTE,
}
pragma...of Msg by hand like
enum Msg { f...
July 12, 2011
Announce »
...functions (since otherwise the pragma would bug everyone...in particular doesn't like the idea of...
July 11, 2011
Announce »
...easier to make the pragma messages (and to...the case of something like tolower, _every_ function...
July 09, 2011
Announce »
Ok, would something like this work? (for cairo...core.sys.windows.windows;
    pragma(msg, "cairo.c...
123 124 125 126 127 128 129 130 131 132 133
Next ›   Last »