Remove obsolete CGAL_UNUSED after BOOST_CONCEPT_ASSERTIONS
This commit is contained in:
Mael Rouxel-Labbé 2020-10-14 11:04:17 +02:00
parent 8e6f695e76
commit bc3b6eaeb7
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ typedef SM::Halfedge_around_target_circulator Face_around_face_circulator;
template <typename Circ> template <typename Circ>
void test() void test()
{ {
BOOST_CONCEPT_ASSERT((CGAL::Concepts::BidirectionalCirculator<Circ>)) CGAL_UNUSED; BOOST_CONCEPT_ASSERT((CGAL::Concepts::BidirectionalCirculator<Circ>));
Circ circ; Circ circ;
if(circ){} if(circ){}
if(circ == NULL){} if(circ == NULL){}