cgal/Spatial_searching/doc_tex
Sébastien Loriot 37b02012b6 fix const-correctness issue in the spatial searching package. In particular this
remove all mutable member variable and leave only one const_cast in the kd-kdtree private function
const_build. This function is called in const predicates when the tree is not already internally built.
The documentation has been update and a few typos fixed at the same time.
2011-09-07 09:04:52 +00:00
..
Spatial_searching typo (concept notation for template parameter) 2011-07-18 13:44:44 +00:00
Spatial_searching_ref fix const-correctness issue in the spatial searching package. In particular this 2011-09-07 09:04:52 +00:00