Boost C++ Libraries: Ticket #3986: Deprecated config macros in smart_ptr https://svn.boost.org/trac10/ticket/3986 <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/3986 Trac 1.4.3 Daniel James Sun, 07 Mar 2010 13:07:42 GMT attachment set https://svn.boost.org/trac10/ticket/3986 https://svn.boost.org/trac10/ticket/3986 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">config-smart_ptr.patch</span> </li> </ul> Ticket Peter Dimov Sun, 07 Mar 2010 14:22:51 GMT <link>https://svn.boost.org/trac10/ticket/3986#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3986#comment:1</guid> <description> <p> On a standard-compliant compiler, shared_ptr supports compilation with an empty config.hpp. This will no longer be the case after this patch. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Sun, 07 Mar 2010 15:21:04 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/3986#comment:2 https://svn.boost.org/trac10/ticket/3986#comment:2 <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">wontfix</span> </li> </ul> <p> Fair enough, at least you're aware that you're not using rvalue references in Visual C++ 10. </p> Ticket