Subject: [Boost-bugs] [Boost C++ Libraries] #3538: [xpressive] regression test failures in VC10 Beta 2
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-10-21 21:29:54
#3538: [xpressive] regression test failures in VC10 Beta 2
--------------------------------------------------+-------------------------
Reporter: rwebb <richard.webb@â¦> | Owner: eric_niebler
Type: Bugs | Status: new
Milestone: Boost 1.42.0 | Component: xpressive
Version: Boost Development Trunk | Severity: Problem
Keywords: |
--------------------------------------------------+-------------------------
Quite a few on the xpressive regression tests fail on VC10 Beta 2,
seemingly because of more problems related to singular (default
constructed) iterators.
For example, the misc1 and test6u tests get an error from line 54 of
boost\xpressive\detail\core\matcher\mark_end_matcher.hpp :
{{{
br.first = old_first;
}}}
where old_first is empty.
The test_actions test gets an error from line 655 of
boost\xpressive\match_results.hpp
{{{
std::swap(this->base_, that.base_);
}}}
Where that.base_ is empty.
I haven't looked into any other failures yet.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3538> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:01 UTC