Thread overview
[Issue 23419] grammar error in std/experimental/allocator/building_blocks/segregator.d
Oct 16, 2022
Vladimir Panteleev
Dec 17, 2022
Iain Buclaw
Dec 17, 2022
Garrett D'Amore
October 16, 2022
https://issues.dlang.org/show_bug.cgi?id=23419

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dlang-bugzilla@thecybershad
                   |                            |ow.net

--- Comment #1 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
It is grammatically correct (enum is parsed as a storage class here), but it is not semantically correct.

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

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

--- Comment #2 from Garrett D'Amore <garrett@damore.org> ---
Most likely this should be const instead of enum.

--