Boost C++ Libraries: Ticket #3593: [range] regresion test failures in VC10 https://svn.boost.org/trac10/ticket/3593 <p> The range regresion tests have a number of failures on VC10 Beta 2 due to ambiguities between boost::begin/end and std::begin/end. e.g </p> <p> <a class="ext-link" href="http://tinyurl.com/yeg59bs"><span class="icon">​</span>http://tinyurl.com/yeg59bs</a> </p> <p> <a class="ext-link" href="http://tinyurl.com/y8dx87f"><span class="icon">​</span>http://tinyurl.com/y8dx87f</a> </p> <p> These failures can be avoid by explicitly qualifying calls to begin/end in the tests with boost:: . </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3593 Trac 1.4.3 Richard Webb <richard.webb@…> Fri, 06 Nov 2009 14:24:16 GMT attachment set https://svn.boost.org/trac10/ticket/3593 https://svn.boost.org/trac10/ticket/3593 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">range.diff</span> </li> </ul> Ticket rwebb <richard.webb@…> Sat, 03 Apr 2010 10:48:13 GMT summary, type, milestone changed https://svn.boost.org/trac10/ticket/3593#comment:1 https://svn.boost.org/trac10/ticket/3593#comment:1 <ul> <li><strong>summary</strong> <span class="trac-field-old">[range] regresion test failures in VC10 Beta 2</span> → <span class="trac-field-new">[range] regresion test failures in VC10</span> </li> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Patches</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.42.0</span> → <span class="trac-field-new">Boost 1.43.0</span> </li> </ul> <p> Theres also a couple of failures due to conflicts between boost::next and std::next, which effect both VC10 and GCC 4.4 in c++0x mode. Additional patch attached. </p> Ticket rwebb <richard.webb@…> Sat, 03 Apr 2010 10:48:43 GMT attachment set https://svn.boost.org/trac10/ticket/3593 https://svn.boost.org/trac10/ticket/3593 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">range2.diff</span> </li> </ul> Ticket Neil Groves Sat, 03 Apr 2010 21:27:37 GMT owner, status changed https://svn.boost.org/trac10/ticket/3593#comment:2 https://svn.boost.org/trac10/ticket/3593#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Thorsten Ottosen</span> to <span class="trac-author">Neil Groves</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> I've started fixing compiler compatibility issues with Boost.Range </p> Ticket Neil Groves Sat, 03 Apr 2010 21:28:42 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3593#comment:3 https://svn.boost.org/trac10/ticket/3593#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> These issues were fixed as part of debugging other compiler compatibility issues with the Boost.<a class="missing wiki">RangeEx</a> merge into Boost.Range. </p> Ticket Richard Webb <richard.webb@…> Tue, 06 Apr 2010 08:49:57 GMT status changed; resolution deleted https://svn.boost.org/trac10/ticket/3593#comment:4 https://svn.boost.org/trac10/ticket/3593#comment:4 <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> The iterator_range test is still failing (as of yesterday): <a class="ext-link" href="http://tinyurl.com/yblef9g"><span class="icon">​</span>http://tinyurl.com/yblef9g</a> </p> Ticket Neil Groves Wed, 07 Apr 2010 23:44:35 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3593#comment:5 https://svn.boost.org/trac10/ticket/3593#comment:5 <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> Heck. I reproduced the problem on GCC with C++0x enabled and cleared the defects. I assumed this would also clear VC10. It does not due to a missing C++0x library function in the current GCC. </p> <p> This time it really is fixed for VC10. Sorry for the previous confusion. </p> Ticket