April 10, 2011 General » Re: simple display (from: GUI library for D) | |||
|---|---|---|---|
| |||
...HSL picker, so things like drawText and drawPixel...dmd does not have "pragma(framework)", you'll... | |||
April 07, 2011 General » Re: Should all enums be immutable? | |||
|---|---|---|---|
| |||
...enum to have things like PI not consume...enum {a = 5, b}
pragma(msg, &b);
Error... | |||
April 05, 2011 General » Re: GUI library for D | |||
|---|---|---|---|
| |||
...to a lib. Should "pragma(lib, nameoflib);" work...some D-ification, though. Like arrays of delegates... | |||
March 22, 2011 General » Re: Argh!! Cyclic dependencies!!! | |||
|---|---|---|---|
| |||
...rely on something like a static initializer. If you have a pragma, no changes to... | |||
March 19, 2011 General » 'where' statement part II | |||
|---|---|---|---|
| |||
...digits.length == length,
digits);
}
pragma(msg, search!9...typesafe variadic template, syntax like Typesafe Variadic Functions... | |||
March 18, 2011 General » Argh!! Cyclic dependencies!!! | |||
|---|---|---|---|
| |||
...import foo; pragma(staticCtorsAvoid, foo); // Or pragma(staticCtorsRunBefore...me off. I feel like I'm back... | |||
March 09, 2011 General » Re: Deprecated argument names | |||
|---|---|---|---|
| |||
...the documentation. If a pragma can be targeted...deprecation framework, acting just like deprecated does. - Jonathan... | |||
March 08, 2011 Learn » Re: Access 'this' in inline assembly | |||
|---|---|---|---|
| |||
...something like those two syntaxes to D/DMD too? One of them is this pragma... | |||
March 04, 2011 Learn » Re: Iterating a typle tuple of templates | |||
|---|---|---|---|
| |||
...If you mean code like this:
import std...i, t; typeof(t2)) {
pragma(msg, t);
assert... | |||
March 01, 2011 General » Re: Linking COFF and OMF | |||
|---|---|---|---|
| |||
...runtime : Runtime; pragma(lib, "msvcrt.lib"); pragma(startaddress...more to the process, like the .obj files... | |||
Copyright © 1999-2021 by the D Language Foundation