https://issues.dlang.org/show_bug.cgi?id=19908
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Walter Bright <[email protected]> --- The example does not compile due to mismatched { }. Remove the extra { and it compiles without error. Furthermore, the error message references std.typecons, but no imports are done by the example. Needs a reproducible example. --
