diff --git a/Triangulation_2/include/CGAL/Weighted_point.h b/Triangulation_2/include/CGAL/Weighted_point.h index 41c5a6a51d4..53c992f438e 100644 --- a/Triangulation_2/include/CGAL/Weighted_point.h +++ b/Triangulation_2/include/CGAL/Weighted_point.h @@ -25,11 +25,13 @@ #include // Below is silenced until Surface_mesher is cleaned from Weighted_point.h -// #define CGAL_DEPRECATED_HEADER "" -// #define CGAL_DEPRECATED_MESSAGE_DETAILS \ -// "Weighted points are now part of the concept Kernel. One should therefore "\ -// "use `CGAL::Weighted_point_2` and `CGAL::Weighted_point_3`." -// #include +/* +#define CGAL_DEPRECATED_HEADER "" +#define CGAL_DEPRECATED_MESSAGE_DETAILS \ + "Weighted points are now part of the concept Kernel. One should therefore "\ + "use `CGAL::Weighted_point_2` and `CGAL::Weighted_point_3`." +#include +*/ #include #include