Boost C++ Libraries: Ticket #3987: Deprecated config macros in proto https://svn.boost.org/trac10/ticket/3987 <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/3987 Trac 1.4.3 Daniel James Sun, 07 Mar 2010 13:08:06 GMT attachment set https://svn.boost.org/trac10/ticket/3987 https://svn.boost.org/trac10/ticket/3987 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">config-proto.patch</span> </li> </ul> Ticket Eric Niebler Wed, 10 Mar 2010 02:08:07 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3987#comment:1 https://svn.boost.org/trac10/ticket/3987#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 by <a class="changeset" href="https://svn.boost.org/trac10/changeset/60403" title="do not use deprecated config macros, thx to daniel james">[60403]</a>. thanks daniel! </p> Ticket