27 Oct
2004
27 Oct
'04
10:20 a.m.
switch on BOOST_REGEX_DIAG
That switch is causing the preprocessor warnings you are seeing: I don't have a patch for that yet, but I'll try and think of one.
..\boost\include\boost-1_31\boost\regex\v4\regex_traits.hpp(955) : error C2039: 'mbstate_t' : is not a member of 'std'
I think all the other errors are probably falling off this one - I can't reproduce this - have you replaced your std lib with something? John