Skip to content

Commit e13ef80

Browse files
authored
Add missing protection (#9061)
2 parents 616b282 + 766be48 commit e13ef80

File tree

1 file changed

+2
-0
lines changed
  • Number_types/include/CGAL

1 file changed

+2
-0
lines changed

Number_types/include/CGAL/FPU.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,9 @@ inline double IA_sqrt_toward_zero(double d) {
628628
} //namespace CGAL
629629

630630
#ifdef CGAL_HEADER_ONLY
631+
#ifndef CGAL_DISABLE_ROUNDING_MATH_CHECK
631632
#include <CGAL/test_FPU_rounding_mode_impl.h>
633+
#endif
632634
#endif // CGAL_HEADER_ONLY
633635

634636
#endif // CGAL_FPU_H

0 commit comments

Comments
 (0)