
On Wed, Jan 25, 2012 at 8:51 AM, Beman Dawes <bdawes@acm.org> wrote:
It isn't a full emulation of C++11's scoped enum feature. That's probably why it ended up in detail rather than config, although I've forgotten the detailed rationale, if there ever was any.
What do others think? Should /boost/detail/scoped_enum_emulation.hpp functionality be moved to config?
Are there any improvements that would make the emulation better, without turning something simple into something complex?
--Beman
Thanks for responding. While I've got your attention, I have a similar question along the same lines. I notice in the mailing list archives that you added some noexcept related macros to Boost.Config on trunk back in October 2011, I can't see them in the current trunk or release though. What happened to those?