Comment #0 by default_357-line — 2022-11-24T10:39:01Z
yadda yadda immutable bug in phobos yadda yadda following code
import std;
void main() {
immutable struct S { int[] ints; }
auto first = S([0]), second = S([1]);
choose(true, only(first), only(second));
}
bla bla bla should compile but instead giant wall of template errors
I am so tired.
Comment #1 by default_357-line — 2022-11-24T10:39:16Z
chooseAmong too.
Comment #2 by robert.schadek — 2024-12-13T19:25:55Z