On Thursday, 2 August 2012 at 20:33:02 UTC, Eyyub wrote:
Hi,std.variant with delegate seems to be buggy : http://dpaste.dzfl.pl/24a87b46Why the output is not 42 ? Thx
writeln(*vastr.get!(typeof(() => 42))); prints 42 ;)
On Thursday, 2 August 2012 at 20:33:02 UTC, Eyyub wrote:
Hi,std.variant with delegate seems to be buggy : http://dpaste.dzfl.pl/24a87b46Why the output is not 42 ? Thx
writeln(*vastr.get!(typeof(() => 42))); prints 42 ;)