08-Sep-2013 16:02, Michel Fortin пишет:
[Snip]
Example: // test.di module test; class A { void foo(int a, int b); } // test.dimport module test; // import declarations from the .di filevoid A.foo(int a, int b) { // member function definition }With this suggestion it finally becomes sane.
+1