From 07e5e0bc7de96c5d49c52b754429b50edea57dfc Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Thu, 12 Oct 2000 17:29:21 +0000 Subject: [PATCH] *** empty log message *** --- Packages/Cartesian_kernel/TODO | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Packages/Cartesian_kernel/TODO b/Packages/Cartesian_kernel/TODO index 60b124c3145..ca0d4c074ea 100644 --- a/Packages/Cartesian_kernel/TODO +++ b/Packages/Cartesian_kernel/TODO @@ -1,17 +1,19 @@ Stuff to look at, as time permits: ---------------------------------- +- Tests : + - M$VC++ before submitting (especially for CGAL_TYPENAME_BUG). + - GCOV + - G++ 2.97. + - Handles : - Having a proper Handle_for_virtual<> is becoming important... - - It must have the same interface than Handle_for<> - - Must use the allocator, see Stefan's mail. + - It must have the same interface than Handle_for<> + - Must use the allocator, see Stefan's mail. - Aff_tranformations can't use Handle_for<> yet. - Replace ptr by ptr() ? - Provide dummy_Handle_for<>. -*** Before submitting : check the test-suite on M$, especially for - CGAL_TYPENAME_BUG stuff... - - LineC3 stores a Twotuple, but the second point is in fact a vector, the direction of the line. It's dirty, and should be changed to match LineH3 which is cleaner.