November 17, 2011 DMD » [dmd-internals] Type mangling for deduced attributes | |||
|---|---|---|---|
| |||
...F; pragma(msg, F.mangleof); // (1) pragma(msg...will break existing codes, like std.exception.enforce... | |||
November 17, 2011 DMD » [dmd-internals] Type mangling for deduced attributes | |||
|---|---|---|---|
| |||
...F;pragma(msg, F.mangleof); // (1)pragma(msg...will break existing codes, like std.exception.enforce... | |||
November 14, 2011 Issues » [Issue 6946] New: Compile-time flags generator | |||
|---|---|---|---|
| |||
...d probably like a function like isReservedWord() too...null out override package pragma
private protected public... | |||
November 13, 2011 DMD » [dmd-internals] building dmd with the microsoft compiler | |||
|---|---|---|---|
| |||
...pragma warning(disable:4101) // unreferenced local variable
#pragma...regarding calculations with bools like:
i ^= d1 > d2... | |||
November 11, 2011 Learn » Strange behaviour in templates (Another bug?) | |||
|---|---|---|---|
| |||
...a meta state machine like Boost.MSM (http...you uncomment the first pragma() in the unittest... | |||
November 10, 2011 General » Add pragma(error) and pragma(warning) to the language. | |||
|---|---|---|---|
| |||
...pragmas pragma(error) and pragma(warning) to the core language, which work just like pragma... | |||
November 08, 2011 Learn » Re: Is this a bug in __traits(hasMember..)? | |||
|---|---|---|---|
| |||
...B.Types)
{
pragma(msg, t.stringof);
pragma(msg...Looks like a bug to me. This works... | |||
November 04, 2011 Learn » Re: Stop TypeTuple as template parameter from expanding | |||
|---|---|---|---|
| |||
...pragma(msg, "S: " ~ S.stringof); pragma...manually into a template, like so: template Pack... | |||
October 29, 2011 Phobos » [phobos] std.compiler | |||
|---|---|---|---|
| |||
...we would use a pragma to display a...most part - it seems like a pretty rare... | |||
October 30, 2011 Phobos » [phobos] std.compiler | |||
|---|---|---|---|
| |||
...been told to use pragma(msg, ...).) 2) Is...do we do aliasing like we did with... | |||
Copyright © 1999-2021 by the D Language Foundation