Skip to content

libpressio version 0.22.0

Compare
Choose a tag to compare
@robertu94 robertu94 released this 21 Aug 02:02
· 79 commits to master since this release

libpressio version 0.22.0

Major Features

  • This version supports being compiled with a C++11 compiler. Pass
    -DLIBPRESSIO_CXX_VERSION=11 to cmake to use this version. Added
    backwards compatibility headers for a variety of newer c++ features.
    For systems without c++17, Boost is required.
  • BREAKING CHANGE Refactored constexpr inline variables to constexpr functions to
    allow them to be compiled in c++11.

Minor Features

  • Added additional version variables to inspect the configured options