From 0ab5a5b6e9d39b8c6d2a1ef2ee9a7d9d0b64ff7c Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Tue, 29 Mar 2022 14:30:09 +0200 Subject: [PATCH] the requirement only is to be convertible into a Tr::Point not to be the same --- SMDS_3/include/CGAL/SMDS_3/tet_soup_to_c3t3.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/SMDS_3/include/CGAL/SMDS_3/tet_soup_to_c3t3.h b/SMDS_3/include/CGAL/SMDS_3/tet_soup_to_c3t3.h index 23e2c995a33..a9f62fbb99b 100644 --- a/SMDS_3/include/CGAL/SMDS_3/tet_soup_to_c3t3.h +++ b/SMDS_3/include/CGAL/SMDS_3/tet_soup_to_c3t3.h @@ -450,8 +450,6 @@ bool build_triangulation_with_subdomains_range(Tr& tr, const bool verbose = false, bool replace_domain_0 = false) { - BOOST_STATIC_ASSERT(boost::is_same::value); std::vector vertex_handle_vector; std::vector subdomains_vector( subdomains.begin(), subdomains.end());