December 04, 2019
https://issues.dlang.org/show_bug.cgi?id=12275

berni44 <bugzilla@d-ecke.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@d-ecke.de

--- Comment #1 from berni44 <bugzilla@d-ecke.de> ---
Meanwhile I get

test.d(7): Error: variable `test.main.r` : Unable to initialize enum with class or pointer to struct. Use static const variable instead.

static const doesn't work either:

/usr/include/dmd/phobos/std/range/primitives.d(2258): Error: non-constant expression ",b,c\x0ad,e,f"[]

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=12275

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--