
28 Nov
2012
28 Nov
'12
3:34 p.m.
On Nov 27, 2012, at 11:05 PM, Andrey Semashev <andrey.semashev@gmail.com> wrote:
On Wed, Nov 28, 2012 at 3:35 AM, Jeffrey Lee Hellrung, Jr. <jeffrey.hellrung@gmail.com> wrote:
First go at it:
/*** BEGIN NULLPTR DEFINITION ***/
#include <boost/config.hpp>
#ifndef BOOST_NO_NULLPTR
I believe, the actual macros for C++11 features start with BOOST_NO_CXX11_ (e.g. BOOST_NO_CXX11_NULLPTR). The ones without CXX11 are deprecated.
That is correct. See http://www.boost.org/doc/libs/1_52_0/libs/config/doc/html/boost_config/boost... for a complete list of deprecated macros and their replacements. -- Marshall