id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 3141,Typos in used configuration macros for typeof support cause incorrect behavior,v_gevorg@… com,Eric Niebler,"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.",Bugs,closed,To Be Determined,xpressive,Boost 1.39.0,Problem,fixed,typeof typo BOOST_TYPEOF_COMPLIANT BOOST_NO_STD_LOCALE incorrect configuration test,