mirror of https://github.com/CGAL/cgal
remove conditional code as the flag has disappeared
This commit is contained in:
parent
e44ed17b67
commit
bab8e6ec19
|
|
@ -294,9 +294,7 @@ void test_bool()
|
|||
bool_assert(indet.is_same(CGAL_OR(indet, ufalse)));
|
||||
|
||||
} catch (CGAL::Uncertain_conversion_exception&) {
|
||||
#ifndef CGAL_CFG_NO_STATEMENT_EXPRESSIONS
|
||||
std::abort();
|
||||
#endif
|
||||
}
|
||||
|
||||
// Test exceptions
|
||||
|
|
|
|||
Loading…
Reference in New Issue