disable for all MSVC

This commit is contained in:
Sébastien Loriot 2022-10-19 16:59:47 +02:00
parent 43c127fdff
commit dcc4e6ade4
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ public:
#ifndef CGAL_NO_DEPRECATED_CODE
template<typename Function, typename Bounding_object, typename CGAL_NP_TEMPLATE_PARAMETERS>
#if !defined(BOOST_MSVC) || (BOOST_MSVC >= 1910)
#if !defined(BOOST_MSVC)
CGAL_DEPRECATED
#endif
Labeled_mesh_domain_3(const Function& function,