$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Kawulak (kawulak_at_[hidden])
Date: 2008-05-27 08:21:02
> 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