
11 Feb
2014
11 Feb
'14
5:29 a.m.
From: lists@pdimov.com To: boost@lists.boost.org Date: Tue, 11 Feb 2014 03:46:25 +0200 Subject: Re: [boost] [Boost] [Config] Macros for the absence of a full C++11 <memory> implementation
The above three macros, plus the additional BOOST_NO_CXX11_STD_ALIGN, would cover the whole C++11 <memory> except for the reachability functions (which nobody needs)... and std::addressof, which is pretty useful. Perhaps we need to add BOOST_NO_CXX11_ADDRESSOF while we're at it.
Boost has boost::addressof, which does the same thing as the standard one, so there probably isn't much reason to detect the standard one.