
27 May
2008
27 May
'08
12:21 p.m.
From: Steven Watanabe 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.
Yes, it's really hard to figure out what some of the names stand for. Best regards, Robert