mirror of https://github.com/CGAL/cgal
Silenced depreciation warnings from Weighted_point.h
This commit is contained in:
parent
266775bafa
commit
0cd98e6ff1
|
|
@ -24,11 +24,12 @@
|
|||
|
||||
#include <CGAL/license/Triangulation_2.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>
|
||||
// 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>
|
||||
|
||||
#include <CGAL/Kernel_traits.h>
|
||||
#include <CGAL/Dimension.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue