February 01, 2010 General » Some Java/C# design flaws | |||
|---|---|---|---|
| |||
...s pragma(no_typeinfo) and in future pragma...efficient closed algebraic type like "Either" is not... | |||
December 13, 2009 Learn » ctfe: .idup on static array and static variables | |||
|---|---|---|---|
| |||
...d';
return d.idup;
}
pragma(msg, foo()); // "Error...do seem to work, like this silly example... | |||
November 17, 2009 General » Re: Going from CTFE-land to Template-land | |||
|---|---|---|---|
| |||
...not. But I would like to why not...inability to effectively use "pragma(msg, ...)" inside a... | |||
November 12, 2009 General » Re: Getting the error from __traits(compiles, ...) | |||
|---|---|---|---|
| |||
...code))) {
mixin(code);
}
else {
pragma(msg, "Unable to...templates for every interface, like isForwardRange!(T) (evals... | |||
November 12, 2009 General » Getting the error from __traits(compiles, ...) | |||
|---|---|---|---|
| |||
...interface" check is done like so: static assert...it could be a pragma, or a __traits... | |||
November 10, 2009 Announce » Re: Metaprogramming in D : Some Real-world Examples | |||
|---|---|---|---|
| |||
...at compile time via "pragma(msg, )" the string...bulk of wrapping things like '==' and '||' in classes... | |||
November 03, 2009 General » Re: Proposal: Replace __traits and is(typeof(XXX)) with a 'magic namespace'. | |||
|---|---|---|---|
| |||
...org> wrote: I really like 'static' as the...stuff. Could we lose 'pragma', 'typeof', unary 'is... | |||
October 31, 2009 General » Re: The Thermopylae excerpt of TDPL available online | |||
|---|---|---|---|
| |||
...you want to use it), using something like:
pragma(traits) struct traits
{
// Members automatically added... | |||
October 09, 2009 General » Re: CTFE vs. traditional metaprogramming | |||
|---|---|---|---|
| |||
...expressions always look something like a hack. Greppable...alias Tuple!() SomeListProcessingTemplate; else { pragma(msg, T[0... | |||
October 07, 2009 Learn » Re: How about macro == symbol for mixin statement? [was Re: Member functions C to D] | |||
|---|---|---|---|
| |||
...me than
string m() {
pragma(msg, "compile-time...it looks to me like the mechanics of... | |||
Copyright © 1999-2021 by the D Language Foundation