http://d.puremagic.com/issues/show_bug.cgi?id=7070
--- Comment #1 from Kenji Hara <[email protected]> 2011-12-09 02:51:56 PST --- 2.057head changes the type of null literal from void* to typeof(null). But std.variant yet not support it. Workaround: import std.variant; void main() { Variant v; //v = null; v = (void*).init; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
