mirror of https://github.com/CGAL/cgal
- Remove obsolete *ITERATOR_TRAITS_POINTER_SPEC* workarounds.
This commit is contained in:
parent
06ca6a1efc
commit
94604e506b
|
|
@ -1,3 +1,6 @@
|
|||
Version 102.18 (18 January 2004)
|
||||
- Remove obsolete *ITERATOR_TRAITS_POINTER_SPEC* workarounds.
|
||||
|
||||
Version 102.17 (18 January 2004)
|
||||
- Remove obsolete CGAL_VC7_BUG_PROTECTED workaround (VC++ <= 7.0).
|
||||
|
||||
|
|
|
|||
|
|
@ -60,6 +60,4 @@ struct Cartesian
|
|||
|
||||
CGAL_END_NAMESPACE
|
||||
|
||||
CGAL_ITERATOR_TRAITS_POINTER_SPEC_TEMPLATE(CGAL::Cartesian)
|
||||
|
||||
#endif // CGAL_CARTESIAN_H
|
||||
|
|
|
|||
|
|
@ -60,6 +60,4 @@ struct Simple_cartesian
|
|||
|
||||
CGAL_END_NAMESPACE
|
||||
|
||||
CGAL_ITERATOR_TRAITS_POINTER_SPEC_TEMPLATE(CGAL::Simple_cartesian)
|
||||
|
||||
#endif // CGAL_SIMPLE_CARTESIAN_H
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
2.115 (18 January 2004)
|
||||
- Remove obsolete *ITERATOR_TRAITS_POINTER_SPEC* workarounds.
|
||||
|
||||
2.114 (18 January 2004)
|
||||
- Replace obsolete CGAL_NULL_TMPL_ARGS by <>.
|
||||
|
||||
|
|
|
|||
|
|
@ -70,6 +70,4 @@ struct Homogeneous
|
|||
|
||||
CGAL_END_NAMESPACE
|
||||
|
||||
CGAL_ITERATOR_TRAITS_POINTER_SPEC_TEMPLATE(CGAL::Homogeneous)
|
||||
|
||||
#endif // CGAL_HOMOGENEOUS_H
|
||||
|
|
|
|||
|
|
@ -71,6 +71,4 @@ struct Simple_homogeneous
|
|||
|
||||
CGAL_END_NAMESPACE
|
||||
|
||||
CGAL_ITERATOR_TRAITS_POINTER_SPEC_TEMPLATE(CGAL::Simple_homogeneous)
|
||||
|
||||
#endif // CGAL_SIMPLE_HOMOGENEOUS_H
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
Version 2.80 (18 Jan 2004)
|
||||
- Remove obsolete *ITERATOR_TRAITS_POINTER_SPEC* workarounds.
|
||||
|
||||
========================= CGAL 3.0 =======================
|
||||
|
||||
Version 2.79 (21 October 2003) [af]
|
||||
- Removed interval skip list again
|
||||
|
||||
|
|
|
|||
|
|
@ -61,9 +61,6 @@
|
|||
|
||||
typedef CGAL::Range_tree_2<CGAL::Tree_traits_2> Range_tree_2_type;
|
||||
|
||||
typedef std::pair<int, double> Pair001;
|
||||
CGAL_DEFINE_ITERATOR_TRAITS_POINTER_SPEC(Pair001);
|
||||
|
||||
int main()
|
||||
{
|
||||
typedef CGAL::Tree_traits_2::Key Key;
|
||||
|
|
|
|||
|
|
@ -62,9 +62,6 @@
|
|||
|
||||
typedef CGAL::Range_tree_3<CGAL::Tree_traits_3> Range_tree_3_type;
|
||||
|
||||
//prevention of a MSVC compiler bug:
|
||||
CGAL_DEFINE_ITERATOR_TRAITS_POINTER_SPEC(CGAL::tuple_3);
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -60,9 +60,6 @@
|
|||
|
||||
typedef CGAL::Range_tree_4<CGAL::Tree_traits_4> Range_tree_4_type;
|
||||
|
||||
// MSVC compiler bug prevention
|
||||
CGAL_DEFINE_ITERATOR_TRAITS_POINTER_SPEC(CGAL::tuple_4);
|
||||
|
||||
int main()
|
||||
{
|
||||
typedef CGAL::Tree_traits_4::Key Key;
|
||||
|
|
|
|||
|
|
@ -63,10 +63,6 @@
|
|||
#include <iterator>
|
||||
|
||||
|
||||
//MSVC compiler bug prevention
|
||||
typedef std::pair<CGAL::Point_2<CGAL::Cartesian<double> >,char> Pair002;
|
||||
CGAL_DEFINE_ITERATOR_TRAITS_POINTER_SPEC(Pair002);
|
||||
|
||||
typedef CGAL::Cartesian<double> Representation;
|
||||
typedef CGAL::Range_tree_map_traits_2<Representation, char> Traits;
|
||||
typedef CGAL::Range_tree_2<Traits> Range_tree_2_type;
|
||||
|
|
|
|||
Loading…
Reference in New Issue