Skip to content

Version 1.11.2

Latest
Compare
Choose a tag to compare
@DavidAce DavidAce released this 14 Feb 08:21
· 12 commits to master since this release

Highlights

  • Updated dependency spdlog to 1.13.0
  • Add support for C++20 and use concepts when available
  • Minor fix: dynamic resizing of Eigen Tensors was broken on Clang compilers
Git Log
  • c7f0e9c - Fix h5pp::format and h5pp::print for fmt versions < 8
  • fca5b41 - Fix resizeData() using clang compilers
  • f255645 - Start using concepts in compilers that support it
  • ded9ccc - Use fmt:: namespace to solve ambiguous call to format_to in c++20
  • 7a42edc - Add support for C++20
  • ed7aca1 - Bumped to spdlog 1.13