Changes between Initial Version and Version 3 of Ticket #5858


Ignore:
Timestamp:
Sep 5, 2011, 5:27:39 PM (11 years ago)
Author:
Dave Abrahams
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5858 – Description

    initial v3  
    33The library is "Iterator".
    44For version 1.35.1: the file is iterator_concepts.hpp, line nuber is 136:
     5{{{
    56BOOST_concept(SinglePassIterator, (Iterator))
    67    : IncrementableIterator <Iterator>
     
    1415          > ));
    1516  };
     17}}}
    1618
    1719The 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'