Bump minimum required C++ version from C++11 to C++14 (#1800)

This commit is contained in:
Robert Schulze 2024-06-10 12:08:49 +02:00 committed by GitHub
parent 10199fb48e
commit 2fa4b26e58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ IRC channels:
## Requirements
The library can be used with C++03. However, it requires C++11 to build,
The library can be used with C++03. However, it requires C++14 to build,
including compiler and standard library support.
_See [dependencies.md](docs/dependencies.md) for more details regarding supported