-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
9 changed files
with
253 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.