Boost logo

Boost :

From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-05-26 22:12:11


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk