boostorg / describe

A C++14 reflection library
https://boost.org/libs/describe
69 stars 24 forks source link

Add BOOST_DEFINE_NESTED_ENUM et al #38

Open pdimov opened 1 year ago

ohhmm commented 1 year ago

Currently, it is not possible to define a scoped enum in the scope of a class using BOOST_DEFINE_ENUM. I would like to request that support for scoped enums be added to BOOST_DEFINE_ENUM.