Boost C++ Libraries: Ticket #1790: [TR1] Test failures with VC9 + MS TR1 https://svn.boost.org/trac10/ticket/1790 <p> While running the TR1 tests on VC9 with the MS TR1 pack, i found a couple of problems: </p> <p> 1) The test_regex\std_test_regex tests (<a class="ext-link" href="http://tinyurl.com/6mlp2k"><span class="icon">​</span>http://tinyurl.com/6mlp2k</a>) are failing with the error </p> <pre class="wiki">boost/regex/concepts.hpp(371) : error C2039: 'empty' : is not a member of 'std::tr1::basic_regex&lt;_Elem&gt;' </pre><p> However, the TR1 spec doesnt say that it should have this member. </p> <p> 2) The test file @ "libs/config/test/has_tr1_regex_fail.cpp" says:<br /> </p> <p> #ifndef BOOST_HAS_TR1_ARRAY #include "boost_has_tr1_regex.ipp" </p> <p> Shouldnt that be #ifndef BOOST_HAS_TR1_REGEX ?<br /> </p> <p> The main() function is also calling </p> <pre class="wiki">return boost_has_tr1_array::test(); </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1790 Trac 1.4.3 John Maddock Wed, 09 Apr 2008 15:33:04 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1790#comment:1 https://svn.boost.org/trac10/ticket/1790#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> Thanks Richard, fixed in revisions <a class="missing ticket">#44127</a> and <a class="missing ticket">#44128</a>. </p> Ticket Richard Webb <Richard.Webb@…> Thu, 10 Apr 2008 11:12:01 GMT status changed; resolution deleted https://svn.boost.org/trac10/ticket/1790#comment:2 https://svn.boost.org/trac10/ticket/1790#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">closed</span> → <span class="trac-field-new">reopened</span> </li> <li><strong>resolution</strong> <span class="trac-field-deleted">fixed</span> </li> </ul> <p> It looks like the change to concepts.hpp has caused a different problem, as the 'b' in </p> <blockquote> <p> "bool b = ce.empty();" is used elsewhere. </p> </blockquote> <p> See <a class="ext-link" href="http://tinyurl.com/6czw3p"><span class="icon">​</span>http://tinyurl.com/6czw3p</a> </p> Ticket John Maddock Thu, 10 Apr 2008 12:48:05 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1790#comment:3 https://svn.boost.org/trac10/ticket/1790#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">reopened</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Doh! </p> <p> Fixed now.... I hope! </p> Ticket