mirror of https://github.com/CGAL/cgal
- <utility> is not needed anymore since relational operators are evil.
- CGAL_IA_NEW_FILTERS is becoming obsolete.
This commit is contained in:
parent
4721cb7922
commit
19e2e05e9d
|
|
@ -27,12 +27,7 @@
|
|||
// by the number types Interval_nt<>.
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <utility> // Relational operators.
|
||||
#include <CGAL/double.h> // is_finite(double)
|
||||
|
||||
#ifdef __GNUG__
|
||||
# define CGAL_IA_NEW_FILTERS // VC++ is not ready.
|
||||
#endif
|
||||
#include <CGAL/double.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue