$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [config] 4 new C++11 macros added
From: John Maddock (boost.regex_at_[hidden])
Date: 2012-04-22 08:23:33
> A long time back I was asked for a bunch of new config macros which have
> finally now been added:
>
> BOOST_NO_CXX11_ALLOCATOR The standard library does not provide a C++11
> version of `std::allocator` in <memory>.
>Can this be used to check for std::allocator_traits?
That's the intention yes. Currently though that macro is set for all
compilers/std libraries, does anyone support that yet?
John.