Sasha Cheparukhin
Sasha Cheparukhin
I don't like the discrepancy between external and internal enum types because of all these conversion issues, so I'd rather try to have just a single type. Some very crude...
@aantron I currently implemented it in my code using SFINAE checking `_to_integral` member function, but it seems a bit hacky. I was wondering if you can derive enum classes from...
@aantron I've only been using C++11 for the last 5 years at least, so I don't think I can help with C++98. I wonder if there's any particular reason for...
Any updates on this?