From 1d285cc27ba7619e159d11dedd1019f5744e31c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 4 Feb 2022 13:54:11 +0100 Subject: [PATCH] add preconditions on intv --- Number_types/include/CGAL/boost_mp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Number_types/include/CGAL/boost_mp.h b/Number_types/include/CGAL/boost_mp.h index 8159fd68d62..1c2506d1619 100644 --- a/Number_types/include/CGAL/boost_mp.h +++ b/Number_types/include/CGAL/boost_mp.h @@ -143,6 +143,7 @@ struct Algebraic_structure_traits::digits-1 inline Interval_nt shift_positive_interval( const Interval_nt& intv, const int e ) { CGAL_assertion(intv.inf() > 0.0);