Search

October 23, 2008
General »
...rebuilding does not seem like something that should...uses could be a pragma for JiT eval...
September 25, 2008
Announce »
...language (even though I like some of the...is Nemerle that provides "#pragma indent". see http...
September 25, 2008
Learn »
...params )
    {
        cast(void) params;
        pragma( msg, Params.length...instantiation.  Looks to me like a dirty hack...
September 24, 2008
Announce »
...strings at *compile time* too using something like:

pragma(msg, "FEATURE CODE:\n" ~ declareAllFeatures (["Tested...
September 15, 2008
Issues »
Code like the following:


static if(is(typeof(int))) { pragma(msg, "hi"); }

used to work...
September 02, 2008
General »
...and there're something else like Aziz's dil, and pragma's ddl subproject enki...
July 27, 2008
General »
...D&article_id=74201

Like JAndersen mentioned, I...s code with various '#pragma warning(disable:4996...
July 27, 2008
General »
...in source code with pragma statements). So in...either off or fatal like D", thus denying...
July 20, 2008
Learn »
...template Bar(string name) {
    pragma(msg, name);
}
template...x) Nothing;
}

I'd like this code to...
July 10, 2008
DWT »
...has the
    version(build){
        pragma(link,"zlib");
    }
I...work automatically.
But it does not look like :/
142 143 144 145 146 147 148 149 150 151 152
Next ›   Last »