mirror of https://github.com/CGAL/cgal
Change comment to avoid warning
This commit is contained in:
parent
40d6a3e68a
commit
73122ac202
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue