Mute warning about using CDT_2+ in CDT_2 test

This commit is contained in:
Mael Rouxel-Labbé 2019-11-15 11:55:32 +01:00
parent e919441cf6
commit 7aa94df489
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
#include <CGAL/internal/disable_deprecation_warnings_and_errors.h>
// Don't want to be warned about using CDT_2 (and not CDT_2+) with an exact number type
#define CGAL_NO_CDT_2_WARNING
#include <CGAL/_test_types.h>
#include <CGAL/Constrained_triangulation_2.h>