id summary reporter owner description type status milestone component version severity resolution keywords cc 10982 addressof.hpp: should BOOST_ASIO_HAS_STD_ADDRESSOF be replaced with BOOST_NO_CXX11_ADDRESSOF ? lukasz.forynski@… chris_kohlhoff "Hi, I'm on the border-line with compilers supporting (or not) various C++0x versions, and found this to be an issue: boost config already contains a macro: BOOST_NO_CXX11_ADDRESSOF However, in BoostAsio - this looks like a duplication that really ignores the config, and in order to compile asio BOOST_ASIO_HAS_STD_ADDRESSOF needs also be defined. Shouldn't it be replaced by BOOST_NO_CXX11_ADDRESSOF defined in config instead? " Bugs new To Be Determined asio Boost 1.57.0 Problem