Boost C++ Libraries: Ticket #3141: Typos in used configuration macros for typeof support cause incorrect behavior https://svn.boost.org/trac10/ticket/3141 <p> I've found two problematic typos in xpressive's typeof support. The first is xpressive/xpressive_typeof.hpp:19 #ifndef BOOST_NO_STL_LOCALE Should be #ifndef BOOST_NO_STD_LOCALE This typo will cause the compilation of xpressive/xpressive_typeof.hpp to fail if boost.config defines BOOST_NO_STD_LOCALE. The second is in both libs\xpressive\test\test_typeof.cpp:9 and libs\xpressive\test\test_typeof2.cpp:9 #define BOOST_TYPEOF_COMPILANT Should be #define BOOST_TYPEOF_COMPLIANT This typo will cause the native typeof to be tested on compilers which provide native support, rather than the intended emulation mode. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3141 Trac 1.4.3 Eric Niebler Sat, 06 Jun 2009 16:08:06 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3141#comment:1 https://svn.boost.org/trac10/ticket/3141#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/53695" title="typef typeos, fixes #3141">[53695]</a>) typef typeos, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3141" title="#3141: Bugs: Typos in used configuration macros for typeof support cause incorrect ... (closed: fixed)">#3141</a> </p> Ticket