10 Mar
2021
10 Mar
'21
5:32 p.m.
Andrzej Krzemienski wrote:
Macro BOOST_DESCRIBE_ENUM is redundant: BOOST_DESCRIBE_ENUM_CLASS can handle unscoped enumerations pretty well. Note that in C++11 you can use the qualified names of unscoped enumerators, like Season::Winter in the above example.
Thanks to everyone who pointed this out, I'll gladly remove the redundant macro. This is why we have Boost reviews. :-)