mirror of https://github.com/CGAL/cgal
incremental neighbor search classes were storing a nested ref_counted iterator for begin() which implies that a call to operator++ on a copy of an iterator increment the internal copy of the class (cannot make several pass). There is still a problem in case of copy outside of the class but this is a first step (a deep_copy method should be provided for iterators which would need a small feature). |
||
|---|---|---|
| .. | ||
| benchmark/Spatial_searching | ||
| demo/Spatial_searching/Qt3 | ||
| doc_tex | ||
| examples/Spatial_searching | ||
| include/CGAL | ||
| package_info/Spatial_searching | ||
| test/Spatial_searching | ||
| TODO.txt | ||
| dont_submit | ||