Skip to content

intx 0.11.0

Compare
Choose a tag to compare
@chfast chfast released this 06 Aug 10:49
· 12 commits to master since this release
v0.11.0
500eec5

Added

  • Support constexpr context execution for all arithmetic including division. #305 #311 #314

Changed

  • Literal operators changed to consteval. #298
  • Some C++20 modernization. #297 #308

Fixed

  • Fixes to division for constexpr context. #309 #310