COMP: silence clang -Wbitwise-instead-of-logical (triggered by boost/cgal)

This commit is contained in:
Mark Olesen
2022-10-12 19:43:39 +02:00
parent 4585a2d229
commit 65dc440f3c
8 changed files with 8 additions and 0 deletions

View File

@ -94,6 +94,7 @@ Description
#if defined(CGAL_VERSION_NR) && (CGAL_VERSION_NR < 1050211000)
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
#endif
#pragma clang diagnostic ignored "-Wbitwise-instead-of-logical"
#include <CGAL/AABB_tree.h>
#include <CGAL/AABB_traits.h>