Change comment to avoid warning

This commit is contained in:
Mael Rouxel-Labbé 2017-05-16 10:12:57 +02:00
parent 73122ac202
commit 424c01285d
1 changed files with 7 additions and 5 deletions

View File

@ -25,11 +25,13 @@
#include <CGAL/license/Triangulation_2.h>
// Below is silenced until Surface_mesher is cleaned from Weighted_point.h
// #define CGAL_DEPRECATED_HEADER "<CGAL/Weighted_point.h>"
// #define CGAL_DEPRECATED_MESSAGE_DETAILS \
// "Weighted points are now part of the concept Kernel. One should therefore "\
// "use `CGAL::Weighted_point_2<K>` and `CGAL::Weighted_point_3<K>`."
// #include <CGAL/internal/deprecation_warning.h>
/*
#define CGAL_DEPRECATED_HEADER "<CGAL/Weighted_point.h>"
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
"Weighted points are now part of the concept Kernel. One should therefore "\
"use `CGAL::Weighted_point_2<K>` and `CGAL::Weighted_point_3<K>`."
#include <CGAL/internal/deprecation_warning.h>
*/
#include <CGAL/Kernel_traits.h>
#include <CGAL/Dimension.h>