
27 May
2008
27 May
'08
2:12 a.m.
AMDG Beman Dawes wrote:
// New macros:
BOOST_NO_SCOPED_ENUMS // no enum class BOOST_NO_RAW_LITS // no raw character or string literals BOOST_NO_UNICODE_LITS // no Unicode literals BOOST_NO_OX_CHAR_TYPES // no char16_t or char32_t BOOST_NO_EXPLICIT_CVT_OP // no explicit operator T() BOOST_NO_DFLT_AND_DEL_FUNCS // no = default or = delete functions BOOST_NO_CONSTEXPR // no constexpr
Comments or suggestions?
I would prefer to spell out the names completely. e.g. BOOST_NO_EXPLICIT_CONVERSION_OPERATOR. In Christ, Steven Watanabe