https://issues.dlang.org/show_bug.cgi?id=10879
Simen Kjaeraas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Simen Kjaeraas <[email protected]> --- https://github.com/dlang/phobos/pull/4204 This fixes the problem in Phobos. One could certainly argue that the problem should be fixed in DMD, and that 'new T' should work for any T. One problem this PR does not fix is comparison between static arrays and dynamic arrays when at least one is stored in a Variant. --
