mirror of https://github.com/google/benchmark.git
Bump minimum required C++ version from C++11 to C++14 (#1800)
This commit is contained in:
parent
10199fb48e
commit
2fa4b26e58
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue