DIPX: Enum Literals / Implicit Selector Expression
Ola Fosheim Grøstad
ola.fosheim.grostad at gmail.com
Thu Jun 30 09:50:34 UTC 2022
On Thursday, 30 June 2022 at 09:19:15 UTC, bauss wrote:
> However I can see the argument for other people wanting the
> first one to be a compiler error because it's ambiguous, or
> even that you cannot override enum values and thus it will take
> the value from Color.
C++ solves this with `enum class` for stricter enumeration
semantics.
More information about the Digitalmars-d
mailing list