April 06, 2012 General » Re: custom attribute proposal (yeah, another one) | |||
|---|---|---|---|
| |||
...enum author = Author("John");
pragma(msg, author.name...you can do things like:
@Uuid("...")
interface MyIntf... | |||
April 06, 2012 General » Re: Custom attributes (again) | |||
|---|---|---|---|
| |||
...you can do things like @attr(__GNU, "flatten", "hot") instead of "pragma(GNU_attribute, flatten... | |||
April 04, 2012 Issues » [Issue 7820] New: regression(DMD 2.059head) Wrong error on forward reference to 'front' with -property switch | |||
|---|---|---|---|
| |||
...Another manifestation of what looks like the same issue: pragma(msg, typeof(x)); // prints 'int... | |||
March 29, 2012 General » Re: std.containers - WAT | |||
|---|---|---|---|
| |||
...more suitable like pythons sphinx. The output should be roughly compatible and a pragma(doc... | |||
March 24, 2012 General » Re: virtual-by-default rant | |||
|---|---|---|---|
| |||
I like the idea of a virtual keyword...or something instead of pragma(msg).) Who decides... | |||
March 23, 2012 Learn » Re: Template constraint and specializations | |||
|---|---|---|---|
| |||
...your code will expand like so:
// original code...Foo)
{
template isA(T)
{
//~ pragma(msg, T.init... | |||
March 21, 2012 General » Re: Proposal: user defined attributes | |||
|---|---|---|---|
| |||
Oh god, I feel like the spawn of...Filthy Hack" });
}
void main() {
pragma(msg, getNotes!(A... | |||
March 20, 2012 General » Re: Three Unlikely Successful Features of D | |||
|---|---|---|---|
| |||
...a success, just not to anything like this extent. * pragma(msg) is something that's... | |||
March 18, 2012 c++.windows » windows sdk update | |||
|---|---|---|---|
| |||
...that. implib didn't like the keyword DATA...that. Also gcc has pragma aux and offcourse... | |||
March 16, 2012 GDC » Re: Should GDC remove internal dependency on stdarg? | |||
|---|---|---|---|
| |||
...intrinsics. pragma(no_typeinfo/no_moduleinfo) sounds useful (Manu will probably like it ;-)) pragma(alloca... | |||
Copyright © 1999-2021 by the D Language Foundation