Search

April 13, 2008
Learn »
...to imports.  It would make supporting things like pragma("link") much easier for any build...
April 13, 2008
Learn »
...Studio, that I would like to use with...both to have a pragma(lib, "acknex.lib...
April 13, 2008
General »
...T)
{
  pragma(msg,T.stringof)
}

use like this:

WT_TypeIsThis! (typeof(someFnc());  // man I like...
April 12, 2008
Issues »
...to use libfiles, disable pragma statements

This attachment...be passed to gcc like any other (since...
April 12, 2008
Learn »
...bug.cgi?id=1690

pragma(lib) should be...about always needed libraries (like the runtime).

-- 
Lars...
April 04, 2008
General »
...c)
{
    pragma(msg, typeof(c.i).stringof);
}

outputs:
const(int)*

Which seems to me like...
April 03, 2008
General »
...thing OpenMP lets you do with directives like "#pragma pfor reduce".  Except I don't...
March 27, 2008
General »
...t change.  That sounds like self-documentation to...simpler than slapping a "#pragma pfor" in front...
March 25, 2008
Announce »
...a variation of pragma, the
pragma ( Identifier , ExpressionList...read whenever you felt like reading it, of...
March 25, 2008
Announce »
...debug code.

Also, a pragma or similar would...checks in your code, like you can do...
145 146 147 148 149 150 151 152 153 154 155
Next ›   Last »