[Boost-bugs] [Boost C++ Libraries] #5858: Issue to compile in VS 2008, VC 9.0.30729.1 SP without Microsoft extensions

Subject: [Boost-bugs] [Boost C++ Libraries] #5858: Issue to compile in VS 2008, VC 9.0.30729.1 SP without Microsoft extensions
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-09-02 18:03:25


#5858: Issue to compile in VS 2008, VC 9.0.30729.1 SP without Microsoft extensions
----------------------------------------------------+-----------------------
 Reporter: Dr. Sergey Kiselev <SergK13@…> | Owner: dave
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: iterator
  Version: Boost 1.35.0 | Severity: Problem
 Keywords: BOOST_CONCEPT_ASSERT |
----------------------------------------------------+-----------------------
 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'

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5858>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC