Boost C++ Libraries: Ticket #3124: [xpressive] test_non_char regression test failure on VC10 beta 1 https://svn.boost.org/trac10/ticket/3124 <p> The 'test_non_char' test is failing on VC10 beta 1 (<a class="ext-link" href="http://tinyurl.com/pmfrjx"><span class="icon">​</span>http://tinyurl.com/pmfrjx</a>), seemingly due to the issue described at <a class="ext-link" href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=458027"><span class="icon">​</span>http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=458027</a>. </p> <p> The test goes into the call to std::fill_n at line 197 of sequence_stack.hpp, and then hits the error with a call to xpressive::sub_match::operator= as the last boost code in the call stack before the crash. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3124 Trac 1.4.3 Eric Niebler Tue, 02 Jun 2009 23:17:56 GMT attachment set https://svn.boost.org/trac10/ticket/3124 https://svn.boost.org/trac10/ticket/3124 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">fix3124.patch</span> </li> </ul> <p> hopefully fix the problem with copying a singular iterator </p> Ticket Eric Niebler Tue, 02 Jun 2009 23:19:01 GMT status changed https://svn.boost.org/trac10/ticket/3124#comment:1 https://svn.boost.org/trac10/ticket/3124#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> I think I see the problem. Please try the attached patch. </p> Ticket Eric Niebler Wed, 03 Jun 2009 01:45:51 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3124#comment:2 https://svn.boost.org/trac10/ticket/3124#comment:2 <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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/53590" title="don't copy singular iterators, fixes #3124">[53590]</a>) don't copy singular iterators, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3124" title="#3124: Bugs: [xpressive] test_non_char regression test failure on VC10 beta 1 (closed: fixed)">#3124</a> </p> Ticket