Avoid waring of Intel compiler

This commit is contained in:
Andreas Fabri 2025-10-06 15:18:50 +01:00
parent 8a248c0da3
commit 7816c70770
1 changed files with 2 additions and 2 deletions

View File

@ -892,8 +892,8 @@ four_cover_points(Staircases< Traits >& d, OutputIterator o, bool& ok)
sdistx(*(shf - 1), bottom) <= FT(2) * d.r))))
#else
if (sdistx(bottom_i.second, bottom) <= FT(2) * d.r &&
((!d.is_x_greater_y() ||
(shl == Citerator(share.end()) ||
(!d.is_x_greater_y() ||
((shl == Citerator(share.end()) ||
sdistx(share.back(), bottom) <= FT(2) * d.r) &&
(shf == Citerator(share.begin()) ||
sdistx(*(shf - 1), bottom) <= FT(2) * d.r))))