mirror of https://github.com/CGAL/cgal
- Removed the copy ctors, as they are provided by the handles.
This commit is contained in:
parent
8f0e487f79
commit
a2fa9e1f9e
|
|
@ -8,10 +8,6 @@ Stuff to look at, as time permits:
|
|||
- G++ 2.97.
|
||||
- Write a Checker for full kernels, like Pm_traits_checker.h ?
|
||||
|
||||
- Stuff is missing in Kernel_traits_common.h for Sphere3.
|
||||
(idem for homogeneous and co)
|
||||
- Try to remove the default copy ctors (wait for some stabilization first).
|
||||
|
||||
- Cd must come back to life somehow... Currently, I've disabled it ~totally
|
||||
in Cartesian.h. Same thing for Conics...
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ Version 6.0 (?? ????? 00)
|
|||
- Handle and Representation specification come now from Cartesian<>,
|
||||
so that we can customize them easily.
|
||||
- A few fixes for the advanced kernel.
|
||||
- Removed the copy ctors, as they are provided by the handles.
|
||||
- Various cleanups.
|
||||
|
||||
--- CGAL 2.2 is out ---
|
||||
|
|
|
|||
Loading…
Reference in New Issue