I have a project that uses the fixed_string library (which is still in the
review que).
This library worked fine with string_algo in boost 1.32 but not with boost
1.33. I traced the problem to be the following
template <typename StringT>
struct C {
typedef range_result_iterator<StringT>::type range_iterator_type;
typedef StringT::iterator iterator_type;
BOOST_STATIC_ASSERT((is_same
"Martin"
Didn't find any obvious reason in any of the libraries involved. Is it a problem with the VC70 compiler?
this is not the best compiler on earth as far as standard compliance is concerned. can you try another? -Thorsten
participants (2)
-
Martin
-
Thorsten Ottosen