libpressio version 0.7.0
libpressio version 0.7.0
Major Features
- pressio_option and pressio_options interfaces are now exposed in the
libpressio/cpp directory. They can provide a stack-based alternative
to the pressio_options_iter interfaces. These interfaces should be
considered unstable for now. - a new header libpressio_ext/cpp/printers.h has been added which
provides output suitable for debugging for the option and related
types.
Bug Fixes - Documented several undocumented functions and corrected incorrect
documentation - Fixed a bug in the sz_plugin where the same key incorrectly adjusted
two different settings. - Require users of the library to link to C++17 capable standard
libraries. Previously this was not enforced and cause compile failures
for using std::variant.