
11 Apr
2008
11 Apr
'08
5:46 p.m.
Richard Webb wrote:
The std_test_regex test is now failing with a different error :(
:-( Indeed.
C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\../include/regex(3543) : error C2676: binary '&&' : 'boost::regex_traits_architype<charT>::char_class_type' does not define this operator or a conversion to a type acceptable to the predefined operator
Full error @ http://tinyurl.com/6ktl8c. Any thoughts?
This looks like a bug in the MS/Dinkumware implementation: the typedef char_class_type is required to be a bitmask type, and bitmask types aren't required to support operator&&. The only thing I haven't checked is the latest draft std: the website isn't responding at present :-( Regards, John.