by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
r19107 | afabri | 2003-10-17 10:49:19 +0200 (Ven 17 oct 2003) | 2 lignes
Added const& for gaining performance
which was justified at the time by the fact that on VC++, handles encapsulated iterators.
- Add an undocumented circumcenter() template member function
in Triangulation_ds_cell_base_3 so that we can continue to use it as default
template parameter of the TDS, and still have .dual() working when only the
VertexBase type is changed (e.g. for the hierarchy).