fixed tbb warning

This commit is contained in:
Dmitry Anisimov 2021-02-25 12:05:56 +01:00
parent 4e911a4be0
commit a1edfa76db
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ bool does_self_intersect(const FaceRange& face_range,
{
return true;
}
#if defined(CGAL_LINKED_WITH_TBB) && defined(TBB_USE_CAPTURED_EXCEPTION)
#if defined(CGAL_LINKED_WITH_TBB) && TBB_USE_CAPTURED_EXCEPTION
catch (const tbb::captured_exception& e)
{
const char* ti1 = e.name();