October 23, 2008 General » Re: pragmas for expressions? | |||
|---|---|---|---|
| |||
...rebuilding does not seem like something that should...uses could be a pragma for JiT eval... | |||
September 25, 2008 Announce » Re: Delight | |||
|---|---|---|---|
| |||
...language (even though I like some of the...is Nemerle that provides "#pragma indent". see http... | |||
September 25, 2008 Learn » Re: Can someone explain this error? | |||
|---|---|---|---|
| |||
...params )
{
cast(void) params;
pragma( msg, Params.length...instantiation. Looks to me like a dirty hack... | |||
September 24, 2008 Announce » Re: Article on code features in C++ by Scott Meyers + sidebar on D implementation by Bartosz Milewski | |||
|---|---|---|---|
| |||
...strings at *compile time* too using something like: pragma(msg, "FEATURE CODE:\n" ~ declareAllFeatures (["Tested... | |||
September 15, 2008 Issues » typeof(typename) fails silently | |||
|---|---|---|---|
| |||
Code like the following:
static if(is(typeof(int))) { pragma(msg, "hi"); }
used to work... | |||
September 02, 2008 General » Re: D parser in tango or phobos | |||
|---|---|---|---|
| |||
...and there're something else like Aziz's dil, and pragma's ddl subproject enki... | |||
July 27, 2008 General » Re: When warnings attack | |||
|---|---|---|---|
| |||
...D&article_id=74201 Like JAndersen mentioned, I...s code with various '#pragma warning(disable:4996... | |||
July 27, 2008 General » Re: Wish: Variable Not Used Warning | |||
|---|---|---|---|
| |||
...in source code with pragma statements). So in...either off or fatal like D", thus denying... | |||
July 20, 2008 Learn » typeof alias in templates | |||
|---|---|---|---|
| |||
...template Bar(string name) {
pragma(msg, name);
}
template...x) Nothing;
}
I'd like this code to... | |||
July 10, 2008 DWT » Re: dwt update 3.4 | |||
|---|---|---|---|
| |||
...has the
version(build){
pragma(link,"zlib");
}
I...work automatically.
But it does not look like :/ | |||
Copyright © 1999-2021 by the D Language Foundation