|
Boost : |
Subject: [boost] [config] typo on doc
From: vicente.botet (vicente.botet_at_[hidden])
Date: 2008-11-20 08:23:23
Hi,
there are some typos in the table "
Macros that describe C++0x features not supported
"
BOOST_NO_DEFAULTED_FUNCTIONS
The compiler does not support defaulted (= default) functions. [[BOOST_NO_DELETED_FUNCTIONS
The compiler does not support deleted (= delete) functions.
BOOST_NO_UNICODE_LITERALS
The compiler does not support Unicode (u8, u, U#) literals. ]] [[BOOST_NO_VARIADIC_TEMPLATES`
The compiler does not support variadic templates.
Can some macros be added to emulate the compiler behavior when
BOOST_NO_DEFAULTED_FUNCTIONS
BOOST_CONSTRUCTOR_DEFAULT
BOOST_COPYCONSTRUCTOR_DEFAULT
BOOST_NO_DELETED_FUNCTIONS
BOOST_CONSTRUCTOR_DELETE
BOOST_COPYCONSTRUCTOR_DELETE
Best,
Vicente
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk