- Remove obsolete workarounds for CGAL_DEFINE_ITERATOR_TRAITS_POINTER_SPEC.

This commit is contained in:
Sylvain Pion 2004-01-18 14:38:06 +00:00
parent b60f2c2ab1
commit 0c766b7a6f
4 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,10 @@
Changes done to the `Polytope_distance_d' package
Version 1.1.9 on 18-Jan-2004
- Remove obsolete workarounds for CGAL_DEFINE_ITERATOR_TRAITS_POINTER_SPEC.
======================== CGAL 3.0 =========================
Version 1.1.8 on 23-Sep-2003
- New file headers

View File

@ -38,7 +38,6 @@
typedef CGAL::Optimisation_d_traits_2<K_1> Traits_1;
# define TEST_VARIANT_1 \
"Optimisation_d_traits_2< Cartesian<leda_integer> >"
CGAL_DEFINE_ITERATOR_TRAITS_POINTER_SPEC( leda_integer)
#endif
// test variant 2 (needs GMP)

View File

@ -38,7 +38,6 @@
typedef CGAL::Optimisation_d_traits_3<K_1> Traits_1;
# define TEST_VARIANT_1 \
"Optimisation_d_traits_3< Cartesian<leda_integer> >"
CGAL_DEFINE_ITERATOR_TRAITS_POINTER_SPEC( leda_integer)
#endif
// test variant 2 (needs GMP)

View File

@ -38,7 +38,6 @@
typedef CGAL::Optimisation_d_traits_d<K_1> Traits_1;
# define TEST_VARIANT_1 \
"Optimisation_d_traits_d< Cartesian_d<leda_integer> >"
CGAL_DEFINE_ITERATOR_TRAITS_POINTER_SPEC( leda_integer)
#endif
// test variant 2 (needs GMP)