Search

December 06, 2007
General »
...macros, I don't know. Maybe something like

pragma(abi, "thiscall")
{
    void opCall(this, param1...
November 30, 2007
General »
...and
the like. Object module formats like ELF...extensions for this or #pragma's or special...
November 17, 2007
Learn »
...source code you would have something like ...

  version(build) pragma(build, "main.rc");

-- 
Derek Parnell...
November 06, 2007
Learn »
...main()
{
  pragma(msg, (const(PCHAR)).stringof);
  pragma(msg...a custom pointer type like so:

alias char...
October 29, 2007
General »
...be some sort of compile message, like a pragma that tells the compiler it should...
October 10, 2007
General »
...was because of something Pragma posted about on...a Variant.  I also like to think that...
October 02, 2007
Learn »
...only means, that there is something like a pragma that forces command line switches from...
October 02, 2007
Learn »
...to be compiled you have something like ...

  version(build) pragma(export_version, asdf);

and Bud...
September 28, 2007
General »
...a good idea, because, like templates, it allows...and also "unittest" and "pragma"). How can getting...
August 29, 2007
General »
...of the operations look like
    values_[0] op...values_[z] += _rhs[z];";
        //pragma(msg,unroll_(expr...
147 148 149 150 151 152 153 154 155 156 157
Next ›   Last »