From bab8e6ec191a23e4f9c365896516546875abb90b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 17 Jan 2022 14:40:42 +0100 Subject: [PATCH] remove conditional code as the flag has disappeared --- STL_Extension/test/STL_Extension/test_Uncertain.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/STL_Extension/test/STL_Extension/test_Uncertain.cpp b/STL_Extension/test/STL_Extension/test_Uncertain.cpp index be6e67dd4ec..c8ab9867633 100644 --- a/STL_Extension/test/STL_Extension/test_Uncertain.cpp +++ b/STL_Extension/test/STL_Extension/test_Uncertain.cpp @@ -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