August 18, 2011 Issues » [Issue 6519] Problem with inout and type inference of polysemous types | |||
|---|---|---|---|
| |||
...return 7;
}
void main()
{
pragma(msg, typeof(foo...necessary to allow things like:
foo(A, B... | |||
August 15, 2011 General » Re: Prototype DIP11 | |||
|---|---|---|---|
| |||
...would need to put pragma(lib, "mylib") into...don't think anything like that is good... | |||
August 12, 2011 Learn » Re: Reflection to detect public/private/etc? | |||
|---|---|---|---|
| |||
...it on fancy arguments like ref/in/out...0)
{
// Check the first
pragma(msg,
members[0... | |||
August 12, 2011 General » Re: DIP11 | |||
|---|---|---|---|
| |||
...needs to have these pragma imports ? Yeah, but...there is no scripting like file that both... | |||
August 12, 2011 General » Re: DIP11 | |||
|---|---|---|---|
| |||
...didn't need a pragma to link a...number. Yeah, I would like that too. But... | |||
August 11, 2011 General » Re: DIP11 | |||
|---|---|---|---|
| |||
...pragma like this to cause linking the imported package pragma(build, "dep") // additional dependency pragma... | |||
August 11, 2011 General » Re: halt with optional message? | |||
|---|---|---|---|
| |||
...be possible to use something like pragma(lib) or pragma(link) to specify the Phobos... | |||
August 11, 2011 General » Re: DIP11 | |||
|---|---|---|---|
| |||
...know if pragma(lib, ""); could work but I don't like that pragma in general... | |||
August 07, 2011 General » Re: CTFE writeln again (__ctfeWriteln) | |||
|---|---|---|---|
| |||
...to print something complex, like something tree-shaped...The obligatory newline of pragma(msg) has given... | |||
August 07, 2011 General » Re: Run Microsoft Analyzer over dmd source code | |||
|---|---|---|---|
| |||
...them are C4068 (unknown pragma) 3. 505 (17...them are C4244 (stuff like int64 -> int32) 5... | |||
Copyright © 1999-2021 by the D Language Foundation