Boost C++ Libraries: Ticket #6537: Wrong range checks in config/auto_link.hpp https://svn.boost.org/trac10/ticket/6537 <p> This is basically the same as the problems already explained in <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6429" title="#6429: Bugs: Wrong range checks in compiler/visualc.hpp (closed: fixed)">#6429</a>, only that this time they affect the compiler tag in linked libraries. I initially stumbled across this in version 1.48, which contains the same code as today's trunk. </p> <p> The attached patch fixes this and also addresses a few other small glitches there: </p> <ol><li>"hiphen" should be "hyphen". </li><li>The "n" in BOOST_LIB_RT_OPT is undocumented. </li><li>The "g" in BOOST_LIB_RT_OPT is documented twice. </li><li>The "p" in "STLPort" is capitalized, it shouldn't be. </li><li>The #ifdefs that set BOOST_LIB_TOOLSET aren't indented consistently. </li></ol> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6537 Trac 1.4.3 Ulrich Eckhardt <ulrich.eckhardt@…> Thu, 09 Feb 2012 11:48:12 GMT attachment set https://svn.boost.org/trac10/ticket/6537 https://svn.boost.org/trac10/ticket/6537 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost auto_link ticket6537.patch</span> </li> </ul> <p> patch </p> Ticket John Maddock Mon, 09 Jul 2012 11:08:11 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6537#comment:1 https://svn.boost.org/trac10/ticket/6537#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/79374" title="Apply patch from #6537. Fixes #6537.">[79374]</a>) Apply patch from <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6537" title="#6537: Bugs: Wrong range checks in config/auto_link.hpp (closed: fixed)">#6537</a>. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6537" title="#6537: Bugs: Wrong range checks in config/auto_link.hpp (closed: fixed)">#6537</a>. </p> Ticket