From dcc4e6ade4b2ba2e122b97dbc74addfd08cb02ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 19 Oct 2022 16:59:47 +0200 Subject: [PATCH] disable for all MSVC --- Mesh_3/include/CGAL/Labeled_mesh_domain_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh_3/include/CGAL/Labeled_mesh_domain_3.h b/Mesh_3/include/CGAL/Labeled_mesh_domain_3.h index 9e26458c210..e9f9ec831b1 100644 --- a/Mesh_3/include/CGAL/Labeled_mesh_domain_3.h +++ b/Mesh_3/include/CGAL/Labeled_mesh_domain_3.h @@ -428,7 +428,7 @@ public: #ifndef CGAL_NO_DEPRECATED_CODE template -#if !defined(BOOST_MSVC) || (BOOST_MSVC >= 1910) +#if !defined(BOOST_MSVC) CGAL_DEPRECATED #endif Labeled_mesh_domain_3(const Function& function,