https://issues.dlang.org/show_bug.cgi?id=22077
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Dlang Bot <[email protected]> --- dlang/phobos pull request #8192 "Fix issue 22077 - `std.sumtype` support for copy constructors is inco…" was merged into master: - cce2d6e926a5147ff9651a2c3fbb10dec59288e4 by Paul Backus: 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 --
