Change comment to avoid warning

This commit is contained in:
Andreas Fabri 2017-05-16 08:26:08 +02:00 committed by Mael Rouxel-Labbé
parent 40d6a3e68a
commit 73122ac202
1 changed files with 7 additions and 8 deletions

View File

@ -27,14 +27,13 @@
// Below will be decommented in a short bit, when implicit conversions are removed
// and `Regular_triangulation_euclidean_traits_2` becomes empty
// #define CGAL_DEPRECATED_HEADER "<CGAL/Regular_triangulation_euclidean_traits_2.h>"
// #define CGAL_DEPRECATED_MESSAGE_DETAILS \
// "The kernel K can be used directly as traits since weighted points and "\
// "the associated function objects are now part of the concept Kernel."
// #include <CGAL/internal/deprecation_warning.h>
#include <CGAL/config.h>
/*
#define CGAL_DEPRECATED_HEADER "<CGAL/Regular_triangulation_euclidean_traits_2.h>"
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
"The kernel K can be used directly as traits since weighted points and "\
"the associated function objects are now part of the concept Kernel."
#include <CGAL/internal/deprecation_warning.h>
*/
namespace CGAL {