Opened 11 years ago

Last modified 10 years ago

#5858 new Bugs

Issue to compile in VS 2008, VC 9.0.30729.1 SP without Microsoft extensions — at Initial Version

Reported by: Dr. Sergey Kiselev <SergK13@…> Owned by: Dave Abrahams
Milestone: To Be Determined Component: iterator
Version: Boost 1.35.0 Severity: Problem
Keywords: BOOST_CONCEPT_ASSERT Cc: SergK13@…

Description

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 <Iterator> , boost::EqualityComparable <Iterator>

{

--->>> 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'

Change History (0)

Note: See TracTickets for help on using tickets.