#Why enum doesnt provide a namescope?

5 messages · Page 1 of 1 (latest)

willow ether
#

I totally dont get why it is designed like this

last daggerBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

quartz sentinel
#

Because C
Anyway enum classes might be what you are looking for

astral sky
signal copper
#

the way enums work in C++ was inherited from C, which doesnt have namespaces, enum classes are the more c++ version of enums