Boost C++ Libraries: Ticket #8929: C++11 Config Macros Problems https://svn.boost.org/trac10/ticket/8929 <p> There are a few problems with C++11 compliance macros: </p> <p> Atomic Shared Pointers: The documentation calls this BOOST_NO_CXX11_ATOMIC_SP, but the actual config calls this BOOST_NO_CXX11_ATOMIC_SMART_PTR. </p> <p> BOOST_NO_CXX11_ATOMIC: There's no mention in the documentation of compilers missing &lt;atomic&gt;, and I can't find any mention in code for what compilers don't have a C++11-compliant &lt;atomic&gt; library implementation. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8929 Trac 1.4.3 John Maddock Thu, 12 Dec 2013 19:34:08 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8929#comment:1 https://svn.boost.org/trac10/ticket/8929#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed in develop. </p> Ticket