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>
|
#include <CGAL/license/Triangulation_2.h>
|
||||||
|
|
||||||
// Below is silenced until Surface_mesher is cleaned from Weighted_point.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 \
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Weighted_point.h>"
|
||||||
// "Weighted points are now part of the concept Kernel. One should therefore "\
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
// "use `CGAL::Weighted_point_2<K>` and `CGAL::Weighted_point_3<K>`."
|
"Weighted points are now part of the concept Kernel. One should therefore "\
|
||||||
// #include <CGAL/internal/deprecation_warning.h>
|
"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/Kernel_traits.h>
|
||||||
#include <CGAL/Dimension.h>
|
#include <CGAL/Dimension.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue