On Tuesday, 8 March 2016 at 12:24:06 UTC, crimaniak wrote:
On Tuesday, 8 March 2016 at 11:50:32 UTC, Peter wrote:
Hi,
Can anyone explain to me what's causing the following code to
generate a missing symbol error...
Relevant comment:
https://issues.dlang.org/show_bug.cgi?id=8553#c1
Thanks
On Tuesday, 8 March 2016 at 11:50:32 UTC, Peter wrote:
Hi,
Can anyone explain to me what's causing the following code to
generate a missing symbol error...
Relevant comment: https://issues.dlang.org/show_bug.cgi?id=8553#c1
On Tuesday, 8 March 2016 at 11:50:32 UTC, Peter wrote:
Hi,
Can anyone explain to me what's causing the following code to
generate a missing symbol error...
import std.stdio;
interface IProblem {
void writeln(T...)(T arguments);
}
class Problem : IProblem {
void writeln(T...)(T argumen