Skip to content

intx 0.13.0

Latest
Compare
Choose a tag to compare
@chfast chfast released this 14 May 14:51
v0.13.0
d7a9f72

Added

  • Add support for C++20 spaceship operator <=>. #328

Fixed

  • Build fixes for newer compilers and C++23:
    • Assume word counts out of div normalization are not negative. #340
    • Add missing C header #include. #337
    • Don't specify deprecated float_denorm_style. #336
    • Drop constexpr tests for division. #335
    • Remove whitespace in literal operator declarations. #334
    • Remove redundant inline specifiers. #330