Add note that CGAL::Filter_iterator and boost::filter_iterator have opposite semantics

This commit is contained in:
Sylvain Pion 2006-02-24 12:20:47 +00:00
parent 5d6f22a974
commit c1223ad0b5
1 changed files with 5 additions and 0 deletions

View File

@ -382,6 +382,11 @@
\ccc{Predicate} is true. The iterator category is the same as for
\ccc{Iterator}.
Note: Boost also provides the same functionality via the
\ccc{boost::filter_iterator} class. Unfortunately, the semantics
chosen for accepting or rejecting elements based on the predicate's
result are opposite as the semantic chosen here.
\ccInclude{CGAL/iterator.h}
\ccRequirements