From bc3b6eaeb7ab841b235375a1c5ad333d35e43af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Wed, 14 Oct 2020 11:04:17 +0200 Subject: [PATCH] Leftover from c9af7a17c993dda13fd35cb57aadea098eb6b160 Remove obsolete CGAL_UNUSED after BOOST_CONCEPT_ASSERTIONS --- Surface_mesh/test/Surface_mesh/sm_circulator_concept_checks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Surface_mesh/test/Surface_mesh/sm_circulator_concept_checks.cpp b/Surface_mesh/test/Surface_mesh/sm_circulator_concept_checks.cpp index c222bf37cd3..f6e79c0ff04 100644 --- a/Surface_mesh/test/Surface_mesh/sm_circulator_concept_checks.cpp +++ b/Surface_mesh/test/Surface_mesh/sm_circulator_concept_checks.cpp @@ -21,7 +21,7 @@ typedef SM::Halfedge_around_target_circulator Face_around_face_circulator; template void test() { - BOOST_CONCEPT_ASSERT((CGAL::Concepts::BidirectionalCirculator)) CGAL_UNUSED; + BOOST_CONCEPT_ASSERT((CGAL::Concepts::BidirectionalCirculator)); Circ circ; if(circ){} if(circ == NULL){}