jesse-k

Results 4 comments of jesse-k

I realize this thread is over a year old, but I encountered what seems to be the same error, so I thought I'd comment here. I'm using Xcode 12.1, with...

> The following code: > > ```c++ > #include "wise_enum.h" > > namespace udaq::udaq > { > class Test { > WISE_ENUM_CLASS_MEMBER(Enums, a, b, c) > std::array array; > };...

> The only question I guess is whether to document this behavior, or simply remove support for member enum classes. I'm leaning towards the former. I welcome feedback on this...

I'll offer one more comment here with a few additional observations. It might be that there are more issues related to initialization apart from what I mentioned above. For example,...