mysql icon indicating copy to clipboard operation
mysql copied to clipboard

Intel compiler fixes and CI

Open anarthal opened this issue 10 months ago • 1 comments

Build fails with

/home/ruben/workspace/boost-root/libs/mysql/include/boost/mysql/impl/internal/protocol/deserialize_text_field.ipp:95:35: error: explicit comparison with infinity in fast floating point mode [-Werror,-Wtautological-constant-compare]
    if (!ok || std::isnan(val) || std::isinf(val))  // SQL std forbids these values

When building with the newest icpx.

anarthal avatar Aug 09 '23 11:08 anarthal

Raised by #173

anarthal avatar Aug 09 '23 11:08 anarthal