Changes between Initial Version and Version 3 of Ticket #5858
- Timestamp:
- Sep 5, 2011, 5:27:39 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5858 – Description
initial v3 3 3 The library is "Iterator". 4 4 For version 1.35.1: the file is iterator_concepts.hpp, line nuber is 136: 5 {{{ 5 6 BOOST_concept(SinglePassIterator, (Iterator)) 6 7 : IncrementableIterator <Iterator> … … 14 15 > )); 15 16 }; 17 }}} 16 18 17 19 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'