15 Mar
2021
15 Mar
'21
6:11 p.m.
Julien Blanc wrote:
* Removed BOOST_DESCRIBE_ENUM_CLASS;
I'd rather you did *not* make that specific change. I find it useful and convenient (i will end up copying it into an own header, and i expect a lot of users to do the same).
Not sure if we understand one another here; the reason I removed BOOST_DESCRIBE_ENUM_CLASS was that, as pointed out by reviewers, the same macro can work for both scoped and unscoped enums. So I made BOOST_DESCRIBE_ENUM work for both, and removed the other one, which was now redundant. BOOST_DEFINE_ENUM_CLASS is still there.