June 07, 2012 General » C++Now! 2012 slides | |||
|---|---|---|---|
| |||
...Schurr: Page 46: #pragma no_alias Are we going to need something like that (or... | |||
June 06, 2012 GDC » Re: pragma attribute syntax | |||
|---|---|---|---|
| |||
...the generated code each time. Doing things like logging every call to a function, while... | |||
June 06, 2012 GDC » Re: pragma attribute syntax | |||
|---|---|---|---|
| |||
...a problem. It does mean that things like debug output change based on inlining decisions... | |||
June 06, 2012 GDC » Re: pragma attribute syntax | |||
|---|---|---|---|
| |||
...the "noinline" attribute causes the "pure" function, like s.f() above, to be called twice... | |||
June 04, 2012 GDC » Re: pragma attribute syntax | |||
|---|---|---|---|
| |||
...is something like this:
struct S {
int a,b;
int[64] c;
pragma(attribute, noinline... | |||
June 04, 2012 GDC » pragma attribute syntax | |||
|---|---|---|---|
| |||
...pragma(attribute, const) And I just realized that i need these attributes. :) Something like pragma... | |||
May 19, 2012 Learn » Re: How to test for equality of types? | |||
|---|---|---|---|
| |||
...homelinux.net> wrote:
Seems like a pb concerning...void main()
{
Wrapper w;
pragma(msg, typeof(w... | |||
May 18, 2012 Learn » Re: How to test for equality of types? | |||
|---|---|---|---|
| |||
...pragma(msg, typeof(w._wrap).Alias.stringof); pragma(msg, AliasStruct.Alias.stringof); print? Looks like... | |||
May 18, 2012 Learn » Re: How to test for equality of types? | |||
|---|---|---|---|
| |||
...Wrapper!(AliasStruct)(AliasStruct.init); pragma(msg, is(Wrapper...Type == TypeSpecialization", but nothing like "Type == Type". But... | |||
May 13, 2012 Learn » Re: Errors compiling programs using Derelict 3 under DMD 2 | |||
|---|---|---|---|
| |||
That looks to me like it has to...matters. Try moving the pragma for DerelictUtil beneath... | |||
Copyright © 1999-2021 by the D Language Foundation