$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [config] [VC++ 14.0 aka 2015] Removing BOOST_MSVC_ENABLE_2014_JUN_CTP macro requirement.
From: Peter Dimov (lists_at_[hidden])
Date: 2014-11-18 13:13:23
Stephan T. Lavavej wrote:
> std::addressof() is in both 2013 and 2015 Preview. I recently found a
> minor issue, which I'm fixing for 2015 RTM - it didn't properly handle
> functions.
I think that this is the reason we're defining the macro for it.
https://github.com/boostorg/config/blob/master/test/boost_no_cxx11_addressof.ipp
We probably also need to test it with std::nullptr_t, as this is another
corner case IIRC.