Thread overview | |||||
---|---|---|---|---|---|
|
October 16, 2022 [Issue 23419] grammar error in std/experimental/allocator/building_blocks/segregator.d | ||||
---|---|---|---|---|
| ||||
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 [Issue 23419] grammar error in std/experimental/allocator/building_blocks/segregator.d | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23419 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
December 17, 2022 [Issue 23419] grammar error in std/experimental/allocator/building_blocks/segregator.d | ||||
---|---|---|---|---|
| ||||
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. -- |
Copyright © 1999-2021 by the D Language Foundation