Skip to content

SDSL 3.0.3 Release

Latest
Compare
Choose a tag to compare
@eseiler eseiler released this 23 Jul 11:45
· 18 commits to master since this release
v3.0.3
d54d389

GitHub commits since tagged version (branch)

This is the 3.0.3 patch-level release of the SDSL v3. This release resolves an issue with PPC64/ARM64 architecture and fixes warnings raised by newer compilers.

Changes

🐛 Bug fixes

  • Fixed includes of intrinsics for PPC64/ARM64 (#113).
  • Replaced sprintf with snprintf. This fixes deprecation warnings on Xcode 14/Clang on macOS (#114).
  • Removed unused variables (3d1f533).
  • Fixed unqualified calls to std::move (efbeef7).
  • Resolved an ambiguous call involving std::format (18d5e3a).
  • Fixed an ambiguous comparison operator of sdsl::int_vector (74a2e2c).

🧩 Misc

  • Bumped GoogleTest to v1.13.0 (0e03694).