March 29, 2009 Issues » [Issue 2768] New: Module name does not have to match file name | |||
|---|---|---|---|
| |||
...foo.d that contains a line module aaa.bbb.ccc; Does this make any sense? -- | |||
March 22, 2009 Learn » Re: How to reduce compile times? | |||
|---|---|---|---|
| |||
...o ccc.o -o binrary (-L..... -l....) change to -> gdmd aaa.o bbb.o ccc... | |||
September 03, 2008 Issues » [Issue 2333] Hash initializer does not work | |||
|---|---|---|---|
| |||
...contents are correct. The explicitly added key ("ccc") is found correctly. But, at the same... | |||
September 03, 2008 Issues » [Issue 2333] Hash initializer does not work | |||
|---|---|---|---|
| |||
...bbb":2];
foo["ccc"] = 3;
writeln(foo);
writeln("aaa" in foo);
writeln("ccc" in foo... | |||
August 10, 2008 Learn » problem with doubles | |||
|---|---|---|---|
| |||
...see this: http://www.cemc.uwaterloo.ca/ccc/past/previous_contests.shtml The problem I... | |||
May 23, 2008 Learn » bug : consecutive function calls and -inline | |||
|---|---|---|---|
| |||
...ok: [AAA] [AAA BBB] [AAA BBB CCC] [AAA BBB CCC <-result] 2/ compiled w/o... | |||
March 03, 2008 Issues » [Issue 1890] New: DDOC removes leading space in D_CODE macro | |||
|---|---|---|---|
| |||
...text ... $(D_CODE aaa bbb ccc ) generates ... <pre> aaa bbb ccc </pre> Notice: (A) That... | |||
February 24, 2008 Issues » [Issue 1866] Couple of reflection bugs (.stringof) | |||
|---|---|---|---|
| |||
...alias int bbb; }
//template ccc(foo.tupleof a) { alias int ccc; } // Error: foo.tupleof is... | |||
February 20, 2008 Learn » const in dmd v2.011 | |||
|---|---|---|---|
| |||
...cc.val"
// 'ccc' is a mutable reference to a mutable object
C ccc = new C... | |||
December 27, 2007 Announce » libd and the Slate project | |||
|---|---|---|---|
| |||
...Communication Congress in Berlin, Germany. http://events.ccc.de/congress/2007/Fahrplan/events/2321.en... | |||
Copyright © 1999-2021 by the D Language Foundation