mirror of https://github.com/CGAL/cgal
Get rid of CGAL_REP_CLASS_DEFINED
This commit is contained in:
parent
8701af6e0b
commit
6c54ca90b3
|
|
@ -31,8 +31,6 @@
|
||||||
#include <CGAL/Polygon_2_algorithms.h>
|
#include <CGAL/Polygon_2_algorithms.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
||||||
template < class ForwardIterator, class OutputIterator, class Traits >
|
template < class ForwardIterator, class OutputIterator, class Traits >
|
||||||
|
|
@ -720,8 +718,6 @@ min_strip_2(ForwardIterator f,
|
||||||
} // min_strip_2(f, l, o, t)
|
} // min_strip_2(f, l, o, t)
|
||||||
|
|
||||||
|
|
||||||
#ifdef CGAL_REP_CLASS_DEFINED
|
|
||||||
|
|
||||||
CGAL_END_NAMESPACE
|
CGAL_END_NAMESPACE
|
||||||
#include <CGAL/Min_quadrilateral_traits_2.h>
|
#include <CGAL/Min_quadrilateral_traits_2.h>
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
@ -796,13 +792,6 @@ minimum_enclosing_strip_2(ForwardIterator f,
|
||||||
{ return min_strip_2(f, l, o); }
|
{ return min_strip_2(f, l, o); }
|
||||||
#endif // CGAL_NO_DEPRECATED_CODE
|
#endif // CGAL_NO_DEPRECATED_CODE
|
||||||
|
|
||||||
#endif // CGAL_REP_CLASS_DEFINED
|
|
||||||
|
|
||||||
CGAL_END_NAMESPACE
|
CGAL_END_NAMESPACE
|
||||||
|
|
||||||
#endif // ! (CGAL_MIN_QUADRILATERAL_2_H)
|
#endif // ! (CGAL_MIN_QUADRILATERAL_2_H)
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
|
||||||
// ** EOF
|
|
||||||
// ----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue