Add changes for 3.2.1

This commit is contained in:
Jarryd Beck 2024-02-20 19:39:34 +11:00
parent 1e175bc1db
commit 4bf61f0869
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@
This is the changelog for `cxxopts`, a C++11 library for parsing command line
options. The project adheres to semantic versioning.
## 3.2.1
### Bug fixes
* Fix compilation with optional on C++20.
## 3.2
### Bug fixes

View File

@ -94,7 +94,7 @@ THE SOFTWARE.
#define CXXOPTS__VERSION_MAJOR 3
#define CXXOPTS__VERSION_MINOR 2
#define CXXOPTS__VERSION_PATCH 0
#define CXXOPTS__VERSION_PATCH 1
#if (__GNUC__ < 10 || (__GNUC__ == 10 && __GNUC_MINOR__ < 1)) && __GNUC__ >= 6
#define CXXOPTS_NULL_DEREF_IGNORE