mirror of https://github.com/CGAL/cgal
- Remove obsolete workarounds for CGAL_DEFINE_ITERATOR_TRAITS_POINTER_SPEC.
This commit is contained in:
parent
b60f2c2ab1
commit
0c766b7a6f
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue