[Boost-bugs] [Boost C++ Libraries] #1790: [TR1] Test failures with VC9 + MS TR1

Subject: [Boost-bugs] [Boost C++ Libraries] #1790: [TR1] Test failures with VC9 + MS TR1
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-04-08 19:05:17


#1790: [TR1] Test failures with VC9 + MS TR1
---------------------------------------------------------+------------------
 Reporter: Richard Webb <richard.webb_at_[hidden]> | Owner: johnmaddock
     Type: Bugs | Status: new
Milestone: Boost 1.36.0 | Component: TR1
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
---------------------------------------------------------+------------------
 While running the TR1 tests on VC9 with the MS TR1 pack, i found a couple
 of problems:

 1) The test_regex\std_test_regex tests (http://tinyurl.com/6mlp2k) are
 failing with the error
 {{{
 boost/regex/concepts.hpp(371) : error C2039: 'empty' : is not a member of
 'std::tr1::basic_regex<_Elem>'
 }}}
 However, the TR1 spec doesnt say that it should have this member.

 2) The test file @ "libs/config/test/has_tr1_regex_fail.cpp" says:[[BR]]

 #ifndef BOOST_HAS_TR1_ARRAY
 #include "boost_has_tr1_regex.ipp"

 Shouldnt that be
 #ifndef BOOST_HAS_TR1_REGEX ?[[BR]]

 The main() function is also calling

 {{{
 return boost_has_tr1_array::test();
 }}}

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1790>
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:49:57 UTC