Update TR1 library to cope with GCC-4.3 in C++0x mode, and in TR1 mode.

Updated regex concepts to match the TR1.
Added "tricky" cmath_test to test for the functions Boost doesn't implement.

[SVN r48413]
This commit is contained in:
John Maddock
2008-08-28 11:02:59 +00:00
parent 1297f92b8a
commit 4212c0d915
4 changed files with 9 additions and 8 deletions

View File

@ -331,7 +331,7 @@ public:
typedef typename traits::char_type char_type;
typedef perl_matcher<BidiIterator, Allocator, traits> self_type;
typedef bool (self_type::*matcher_proc_type)(void);
typedef typename traits::size_type traits_size_type;
typedef std::size_t traits_size_type;
typedef typename is_byte<char_type>::width_type width_type;
typedef typename regex_iterator_traits<BidiIterator>::difference_type difference_type;