Boost C++ Libraries: Ticket #8185: Wrong macro name used in comment https://svn.boost.org/trac10/ticket/8185 <p> Config for Visual C++ has the following comment: </p> <pre class="wiki">// it is only supported if BOOST_ENABLE_MSVC_2012_NOV_CTP is defined. </pre><p> The macro name used is wrong and misleading, it should read <code>BOOST_MSVC_ENABLE_2012_NOV_CTP</code> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8185 Trac 1.4.3 K-ballo <kaballo86@…> Tue, 26 Feb 2013 15:27:37 GMT attachment set https://svn.boost.org/trac10/ticket/8185 https://svn.boost.org/trac10/ticket/8185 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">visualc.hpp.patch</span> </li> </ul> <p> patch </p> Ticket John Maddock Sun, 03 Mar 2013 12:57:22 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8185#comment:1 https://svn.boost.org/trac10/ticket/8185#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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/83274" title="Apply patch from #8185. Fixes #8185.">[83274]</a>) Apply patch from <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8185" title="#8185: Patches: Wrong macro name used in comment (closed: fixed)">#8185</a>. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8185" title="#8185: Patches: Wrong macro name used in comment (closed: fixed)">#8185</a>. </p> Ticket