18 Nov
2014
18 Nov
'14
6:13 p.m.
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... We probably also need to test it with std::nullptr_t, as this is another corner case IIRC.