January 30, 2012 Learn » Compile Time Printing | |||
|---|---|---|---|
| |||
...like this:
string ctMain()
{
//evaluate and return the final result string
}
enum result = ctMain();
pragma... | |||
January 16, 2012 GDC » Re: Recent changes to GDC. | |||
|---|---|---|---|
| |||
...to directly use the demangled names?...
Things like:
pragma(attribute, ifunc("_D5ifunc6pick_fFZPFiZv")) void f... | |||
January 06, 2012 General » Re: SIMD support... | |||
|---|---|---|---|
| |||
...of two) it looks like this: -------------------------------- import std...bs; alias bs this; } pragma(attribute, noinline) void... | |||
January 05, 2012 General » Re: CURL question on ubuntuforums.org | |||
|---|---|---|---|
| |||
...think is happening: The pragma(lib, ...) causes DMD...t know why, sounds like a bug to... | |||
January 04, 2012 General » Re: System programming in D (Was: The God Language) | |||
|---|---|---|---|
| |||
...function declarations such as: pragma(GNU_attribute, always...D because of issues like this, haven't... | |||
December 16, 2011 Learn » Re: Alias/Ref Tuples ? | |||
|---|---|---|---|
| |||
...get extensions into DMD, like the Glasgow Haskell Compiler. Like: pragma(extension, tupleExpansionSyntax); // thanks, Kanji... | |||
December 12, 2011 Beta » [dmd-beta] D2 beta 2.057 | |||
|---|---|---|---|
| |||
...opCall(ParameterTypeTuple!(TFunction)
args) {
pragma (msg, "TFunction1: " ~ typeof...dwStatusInformationLength)
so it seems like the 'extern (Windows... | |||
December 09, 2011 General » Re: Comma operator = broken design | |||
|---|---|---|---|
| |||
...introduce a new pragma: pragma(disable, commaOp); and...Some programmers do not like gotos, comma operator... | |||
December 07, 2011 Issues » [Issue 664] is(func T == function) ignores variadic arguments | |||
|---|---|---|---|
| |||
...There are tricky examples like: template baa(T...print when you do: pragma(msg, T); but... | |||
November 17, 2011 Issues » [Issue 6967] New: template instantiation depends an pragma(msg, T.stringof) if __traits is used | |||
|---|---|---|---|
| |||
...template instantiation depends an pragma(msg,
T.stringof...on a meta state machine like Boost.MSM (http... | |||
Copyright © 1999-2021 by the D Language Foundation