Boost C++ Libraries: Ticket #4114: [regex] concept_check regression test failure on c++0x compilers https://svn.boost.org/trac10/ticket/4114 <p> The concept_check regression test has some failures on c++0x compilers (gcc4 in c++0x mode, vc10) due to ambiguituies between boost::ref and std::ref. e.g. </p> <p> <a class="ext-link" href="http://tinyurl.com/y5krovj"><span class="icon">​</span>http://tinyurl.com/y5krovj</a> </p> <p> qualifying the calls with boost:: avoids the problem. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4114 Trac 1.4.3 rwebb <richard.webb@…> Sun, 18 Apr 2010 12:08:07 GMT attachment set https://svn.boost.org/trac10/ticket/4114 https://svn.boost.org/trac10/ticket/4114 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">concepts.diff</span> </li> </ul> Ticket John Maddock Tue, 20 Apr 2010 16:03:17 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4114#comment:1 https://svn.boost.org/trac10/ticket/4114#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/61430" title="Disambiguate between boost::ref and std:ref etc. Suppress some new ...">[61430]</a>) Disambiguate between boost::ref and std:ref etc. Suppress some new warnings from VC-10. Fix singular iterator logic (fixes VC-10 failures). Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4114" title="#4114: Bugs: [regex] concept_check regression test failure on c++0x compilers (closed: fixed)">#4114</a>. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3632" title="#3632: Bugs: match_results and singular iterator woes with msvc-10.0 (closed: fixed)">#3632</a> </p> Ticket