473,385 Members | 1,337 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

_Checked_iterator_category

Hello,

compiling a library that comes with its own iterator classes I get
C:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(598) : error
C2039: '_Checked_iterator_category' : is not a member of
'CGAL::Transform_iterator<OutputIterator,Operation >'
with
[
OutputIterator=std::back_insert_iterator<Cont>,

Operation=std::binder1st<CGAL::Index_operator<std: :_Vector_iterator<Point,std::allocator<Point>>,int ,Point_2>>
]

I am not aware of such a category.

Andreas
Nov 17 '05 #1
0 755

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.