Search

February 01, 2010
General »
...s  pragma(no_typeinfo)  and in future  pragma...efficient closed algebraic type like "Either" is not...
December 13, 2009
Learn »
...d';
    return d.idup;
}

pragma(msg, foo()); // "Error...do seem to work, like this silly example...
November 17, 2009
General »
...not.
But I would like to why not...inability to effectively use "pragma(msg, ...)"
inside a...
November 12, 2009
General »
...code))) {
    mixin(code);
}
else {
    pragma(msg, "Unable to...templates for every interface,  like  isForwardRange!(T) (evals...
November 12, 2009
General »
...interface" check is done like so:

   static assert...it could be a pragma, or a __traits...
November 10, 2009
Announce »
...at compile time via "pragma(msg, )" the string...bulk of wrapping things like '==' and '||' in classes...
November 03, 2009
General »
...org> wrote:

I really like 'static' as the...stuff.

Could we lose 'pragma', 'typeof', unary 'is...
October 31, 2009
General »
...you want to use it), using something like:

pragma(traits) struct traits
{
  // Members automatically added...
October 09, 2009
General »
...expressions always look something like a hack. Greppable...alias Tuple!() SomeListProcessingTemplate; else { pragma(msg, T[0...
October 07, 2009
Learn »
...me than

string m() {
   pragma(msg, "compile-time...it looks to me like the mechanics of...
135 136 137 138 139 140 141 142 143 144 145
Next ›   Last »