December 06, 2007 General » Re: Calling conventions | |||
|---|---|---|---|
| |||
...macros, I don't know. Maybe something like
pragma(abi, "thiscall")
{
void opCall(this, param1... | |||
November 30, 2007 General » Re: any news on const/invariant? | |||
|---|---|---|---|
| |||
...and the like. Object module formats like ELF...extensions for this or #pragma's or special... | |||
November 17, 2007 Learn » Re: Compiling in windows resources (and DSSS) | |||
|---|---|---|---|
| |||
...source code you would have something like ... version(build) pragma(build, "main.rc"); -- Derek Parnell... | |||
November 06, 2007 Learn » how do I make an alias for a const version of an alias in D 2.0? | |||
|---|---|---|---|
| |||
...main()
{
pragma(msg, (const(PCHAR)).stringof);
pragma(msg...a custom pointer type like so:
alias char... | |||
October 29, 2007 General » Re: Non compile time evaluation for initializers | |||
|---|---|---|---|
| |||
...be some sort of compile message, like a pragma that tells the compiler it should... | |||
October 10, 2007 General » Re: std.boxer vs Any | |||
|---|---|---|---|
| |||
...was because of something Pragma posted about on...a Variant. I also like to think that... | |||
October 02, 2007 Learn » Re: Setting versions for imports | |||
|---|---|---|---|
| |||
...only means, that there is something like a pragma that forces command line switches from... | |||
October 02, 2007 Learn » Re: Setting versions for imports | |||
|---|---|---|---|
| |||
...to be compiled you have something like ... version(build) pragma(export_version, asdf); and Bud... | |||
September 28, 2007 General » Re: Annotations, was Re: Custom attributes C# | |||
|---|---|---|---|
| |||
...a good idea, because, like templates, it allows...and also "unittest" and "pragma"). How can getting... | |||
August 29, 2007 General » Compile time loop unrolling | |||
|---|---|---|---|
| |||
...of the operations look like
values_[0] op...values_[z] += _rhs[z];";
//pragma(msg,unroll_(expr... | |||
Copyright © 1999-2021 by the D Language Foundation