February 13, 2009 General » Templates at runtime | |||
|---|---|---|---|
| |||
...is null);
}
public class myClass(T) { }
This outputs:
test.myClass!(int).myClass
Error: AssertError Failure... | |||
January 29, 2009 Learn » Accessing private class members with tupleof | |||
|---|---|---|---|
| |||
...return result;
}
import std.stdio;
void main() {
//outputs [1,2,3,4]
writefln(get(new... | |||
January 20, 2009 Learn » Re: compile time output | |||
|---|---|---|---|
| |||
...Replacing members[m] with a valid method name, such as "__ctor" it outputs function correctly :( | |||
December 09, 2008 Issues » [Issue 2061] wrong vtable call with multiple interface inheritance | |||
|---|---|---|---|
| |||
...b, e.c, e.d, e.e); } outputs: Foo: a b c d e A... | |||
December 04, 2008 Learn » Re: sscanf() equivalent for D using Phobos library? | |||
|---|---|---|---|
| |||
...line arg and to allocate for the outputs as you would in c as for... | |||
November 26, 2008 Announce » Re: Scope storage class | |||
|---|---|---|---|
| |||
...a(24, 1, -1, -1, 1, 0)); } Outputs at compile time: man_or_boy2.d... | |||
November 21, 2008 Issues » [Issue 2466] New: -w error for homogeneous arithmetic is too stringent | |||
|---|---|---|---|
| |||
...b;
i = i + i;
s = c + c;
}
outputs:
warning - testbug.d(8): Error: implicit conversion... | |||
November 14, 2008 Issues » [Issue 340] [Tracker] Forward reference bugs and other order-of-declaration issues | |||
|---|---|---|---|
| |||
...and semantic ones. Any time the compiler outputs an error about forward references/declarations, it... | |||
November 10, 2008 General » Re: Removing ddoc and unittest | |||
|---|---|---|---|
| |||
...ways. If I find bugs or strange outputs I can also debug it, etc. Let... | |||
November 05, 2008 General » Re: Linking DMD D objects together with Cygwin GCC | |||
|---|---|---|---|
| |||
...GDC for Windows. It uses MinGW and outputs the same COFF objects that Cygwin's... | |||
Copyright © 1999-2021 by the D Language Foundation