in namespace std (and so Min_sphere_of_spheres_d_configure.h puts
them there). (This fix is only necessary when the code is used
without CGAL, as is the case in benchmark.C, for instance.)
by CGAL (anymore), we would like to support it. There is a file
Min_sphere_of_spheres_d_gcc2-95-2_fix.h which provides bitset and sstream
implementations (which are missing under gcc-2.95.2).
with GCC 3.3.0.
- Corrected order of intialization of member fields in constructor
of class Min_sphere_of_spheres_d<Traits> (again, to get rid of warnings).
- Renamed variable D in pivot() to d in order to get rid of 'shadow'
warnings under CC-5.30_SunOS-5.6. The same for variable l in routine
is_valid().
(both in class Min_sphere_of_spheres_d<Traits> and in concept
MinSphereOfSpheresTraits).
- Renamed routine Min_sphere_of_spheres_d<Traits>::center_begin()
to center_cartesian_begin(). Also added routine center_-
cartesian_end(), a short hand to center_cartesian_begin()+
Traits::D.