
27 Jun
2009
27 Jun
'09
9:13 p.m.
John Maddock wrote:
BOOST_HAS_LONG_LONG has been deprecated in favor of BOOST_NO_LONG_LONG now that long long is actually part of the next standard: http://www.boost.org/doc/libs/1_39_0/libs/config/doc/html/boost_config/boost...
Hi John, Some comments on that section of the page: s/explicit/extern in the description of BOOST_NO_EXTERN_TEMPLATE s/BOOST_NO_STD_UNORDERD/BOOST_NO_STD_UNORDERED (should we mention it now that it has been deprecated in favor of BOOST_NO_0X_HDR_UNORDERED_* ?) Also I think that listing is far from being complete, as it is missing BOOST_NO_CONCEPTS, BOOST_NO_NULLPTR, all of BOOST_NO_0X_HDR_*, BOOST_NO_LAMBDAS, and a few others. Best Regards, Gevorg