mirror of
https://github.com/google/benchmark.git
synced 2024-12-26 12:30:14 +08:00
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
|
## 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.
|
including compiler and standard library support.
|
||||||
|
|
||||||
_See [dependencies.md](docs/dependencies.md) for more details regarding supported
|
_See [dependencies.md](docs/dependencies.md) for more details regarding supported
|
||||||
|
Loading…
Reference in New Issue
Block a user