
18 Aug
2004
18 Aug
'04
1:56 p.m.
"Thorsten Ottosen" <nesotto@cs.auc.dk> writes: D> | Obviously, neither of these assertions should fail, but the second one does.
| I'm guessing that this is a problem with boost::iterator_value.
well, the problem is with vc7.
|Does anyone | know how to fix this?
look at the documentation at http://www.boost.org/libs/iterator/doc/iterator_traits.html and apply
BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION( foo );
Right. The assertion is not in fact failing until after another error occurs, and you should see some mention of BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION in that error message. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com