October 05, 2009 General » Re: Google C++ style guide | |||
|---|---|---|---|
| |||
...often thought that a pragma for a module...particularly thinking of bindings like the Win32 headers... | |||
October 04, 2009 General » Re: Google C++ style guide | |||
|---|---|---|---|
| |||
...anywhere else in the language (just like __traits and pragma do) I don't think... | |||
September 23, 2009 General » Re: .init property for char[] type | |||
|---|---|---|---|
| |||
pragma(msg, char.init.stringof); outputs '\xff' in...an invalid character, just like floats get initialized... | |||
September 17, 2009 Issues » [Issue 3321] debug flags | |||
|---|---|---|---|
| |||
...code is: debug(ellery) pragma(msg,"hi!"); void...is indicated. (or something like that) -- Configure issuemail... | |||
September 02, 2009 General » Re: How Nested Functions Work, part 1 | |||
|---|---|---|---|
| |||
...Ret, Args...)(T func)
{
pragma(msg, ParameterTupleOf!(T...I'd really, really like to replace your... | |||
September 01, 2009 IDEs » Re: Writing an incremental builder for Descent | |||
|---|---|---|---|
| |||
Another idea: if pragma(lib) could work like pragma(link) in dsss this wouldn't... | |||
August 10, 2009 General » Re: Unit test practices in Phobos | |||
|---|---|---|---|
| |||
...something like this was to go into a library, I'd remove the pragma(msg... | |||
August 07, 2009 General » Re: Exponential operator | |||
|---|---|---|---|
| |||
...understand why anyone would like ** as an exponentiation...Found an old discussion, pragma proposed ^^ and opPower... | |||
August 06, 2009 General » final switch usage | |||
|---|---|---|---|
| |||
...forced to use something like this : --------------------------------------------- #pragma_assert(x >= 0) #pragma_assert(x <= MAX) switch... | |||
August 05, 2009 General » scope, inline, optimizations, scoped attributes | |||
|---|---|---|---|
| |||
...sometimes useful, see the pragma(allow_inline) of...to object class members, like this: class Foo... | |||
Copyright © 1999-2021 by the D Language Foundation