Boost C++ Libraries: Ticket #3985: Deprecated config macros in interprocess https://svn.boost.org/trac10/ticket/3985 <p> The <code>BOOST_HAS_</code> macros for C++0x features have been deprecated. This patch replaces them with their <code>BOOST_NO_</code> equivalents. Without this the new C++0x features in Visual C++ 10 won't be picked up. I did a lot of this by searching and replacing so it's worth checking these changes. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3985 Trac 1.4.3 Daniel James Sun, 07 Mar 2010 13:07:15 GMT attachment set https://svn.boost.org/trac10/ticket/3985 https://svn.boost.org/trac10/ticket/3985 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">config-interprocess.patch</span> </li> </ul> Ticket Ion Gaztañaga Thu, 26 Aug 2010 10:20:02 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/3985#comment:1 https://svn.boost.org/trac10/ticket/3985#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> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.43.0</span> → <span class="trac-field-new">Boost-1.45.0</span> </li> </ul> <p> Fixed for Boost 1.45 in release branch </p> Ticket