Anton Bachin e784f0c860 Made enum class (strict) conversion opt-in on a global basis.
This makes C++98 and C++11 Better Enums fully compatible by default. If the user
defines BETTER_ENUMS_FORCE_STRICT_CONVERSION before including enum.h, it is
necessary to prefix enum constants in switch cases with '+', but Better Enums
are not implicitly convertible to integers.
2015-05-27 09:02:27 -05:00
..
1-basic.cc Used explicit inline functions to simplify type hierarchy, also simplified iterables names. 2015-05-27 09:00:19 -05:00
2-iterate.cc Used explicit inline functions to simplify type hierarchy, also simplified iterables names. 2015-05-27 09:00:19 -05:00
3-switch.cc Made enum class (strict) conversion opt-in on a global basis. 2015-05-27 09:02:27 -05:00
4-constexpr.cc Made all-constexpr (slow) enums an opt-in feature. 2015-05-27 09:02:27 -05:00
5-containers.cc Used explicit inline functions to simplify type hierarchy, also simplified iterables names. 2015-05-27 09:00:19 -05:00
6-traits.cc Used explicit inline functions to simplify type hierarchy, also simplified iterables names. 2015-05-27 09:00:19 -05:00
7-bitset.cc Used explicit inline functions to simplify type hierarchy, also simplified iterables names. 2015-05-27 09:00:19 -05:00
8-constexpr-iterate.cc Made all-constexpr (slow) enums an opt-in feature. 2015-05-27 09:02:27 -05:00
Makefile Initial release. 2015-05-11 17:38:41 -04:00