https://issues.dlang.org/show_bug.cgi?id=22077
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #3 from Dlang Bot <[email protected]> --- @pbackus created dlang/phobos pull request #8192 "Fix issue 22077 - `std.sumtype` support for copy constructors is inco…" fixing this issue: - Fix issue 22077 - `std.sumtype` support for copy constructors is incomplete Previously, SumType would define the wrong set of constructors for types whose copyability varies depending on their mutability--a situation that was impossible with postblits, but is now possible with copy constructors. https://github.com/dlang/phobos/pull/8192 --
