https://issues.dlang.org/show_bug.cgi?id=23238

wolframw <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from wolframw <[email protected]> ---
Same problem for NullableRef:

import std.stdio, std.typecons;
void main() {
    const NullableRef!(ulong) x = new ulong(1);
    writeln(x);
}

--

Reply via email to