id summary reporter owner description type status milestone component version severity resolution keywords cc 5858 Issue to compile in VS 2008, VC 9.0.30729.1 SP without Microsoft extensions Dr. Sergey Kiselev jeffrey.hellrung "The issue appears first in 1.35.0 version. The version 1.34.1 is still OK. It is only appears when microsoft extentions are disabled. The library is ""Iterator"". For version 1.35.1: the file is iterator_concepts.hpp, line nuber is 136: {{{ BOOST_concept(SinglePassIterator, (Iterator)) : IncrementableIterator , boost::EqualityComparable { --->>> BOOST_CONCEPT_ASSERT(( boost::Convertible< BOOST_DEDUCED_TYPENAME SinglePassIterator::traversal_category , boost::single_pass_traversal_tag > )); }; }}} The first line of error message is \boost\include\boost-1_35_0\boost/iterator/iterator_concepts.hpp(136) : error C2146: syntax error : missing ',' before identifier 'traversal_category' " Bugs new To Be Determined iterator Boost 1.35.0 Problem BOOST_CONCEPT_ASSERT SergK13@…