diff --git a/BGL/include/CGAL/boost/graph/properties_Surface_mesh.h b/BGL/include/CGAL/boost/graph/properties_Surface_mesh.h index bf682cbd262..e05ab5d5fc3 100644 --- a/BGL/include/CGAL/boost/graph/properties_Surface_mesh.h +++ b/BGL/include/CGAL/boost/graph/properties_Surface_mesh.h @@ -262,7 +262,7 @@ namespace internal { template \ RET \ get(PROP p, const CGAL::Surface_mesh& sm, \ - typename boost::disable_if< \ + typename boost::lazy_disable_if< \ boost::is_const, internal::Get_graph_traits_of_SM \ >::type::TYPE x) \ { return get(get(p, sm), x); } \