remove conditional code as the flag has disappeared

This commit is contained in:
Sébastien Loriot 2022-01-17 14:40:42 +01:00
parent e44ed17b67
commit bab8e6ec19
1 changed files with 0 additions and 2 deletions

View File

@ -294,9 +294,7 @@ void test_bool()
bool_assert(indet.is_same(CGAL_OR(indet, ufalse))); bool_assert(indet.is_same(CGAL_OR(indet, ufalse)));
} catch (CGAL::Uncertain_conversion_exception&) { } catch (CGAL::Uncertain_conversion_exception&) {
#ifndef CGAL_CFG_NO_STATEMENT_EXPRESSIONS
std::abort(); std::abort();
#endif
} }
// Test exceptions // Test exceptions