Boost C++ Libraries: Ticket #3538: [xpressive] regression test failures in VC10 Beta 2 https://svn.boost.org/trac10/ticket/3538 <p> Quite a few on the xpressive regression tests fail on VC10 Beta 2, seemingly because of more problems related to singular (default constructed) iterators. </p> <p> For example, the misc1 and test6u tests get an error from line 54 of boost\xpressive\detail\core\matcher\mark_end_matcher.hpp : </p> <pre class="wiki"> br.first = old_first; </pre><p> where old_first is empty. </p> <p> The test_actions test gets an error from line 655 of boost\xpressive\match_results.hpp </p> <pre class="wiki"> std::swap(this-&gt;base_, that.base_); </pre><p> Where that.base_ is empty. </p> <p> I haven't looked into any other failures yet. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3538 Trac 1.4.3 Eric Niebler Thu, 05 Nov 2009 21:38:49 GMT <link>https://svn.boost.org/trac10/ticket/3538#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3538#comment:1</guid> <description> <p> Patches welcome. I don't have VC10. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Eric Niebler</dc:creator> <pubDate>Thu, 12 Nov 2009 02:18:39 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/3538#comment:2 https://svn.boost.org/trac10/ticket/3538#comment:2 <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/57592" title="do NOT copy singular iterators, fixes #3538">[57592]</a>) do NOT copy singular iterators, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3538" title="#3538: Bugs: [xpressive] regression test failures in VC10 Beta 2 (closed: fixed)">#3538</a> </p> Ticket