1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-13 13:01:54 +08:00

Bump minimum required C++ version from C++11 to C++14

This commit is contained in:
Robert Schulze 2024-06-10 08:05:28 +00:00
parent 10199fb48e
commit 2d0a9d2f58
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

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