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