Update notes regarding C++14 support
4a929197ae introduced C++14 support.
The build will now terminate unless the compiler supports C++14
dialect. The documentation does not reflect that: this commit updates
few reference files to actually say that the building process requires
a C++14-compliant compiler.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
## Satisfy the Requirements:
|
||||
* CMake 3.0 or later
|
||||
* gcc 5.0 or later, clang 3.4 or later, or a compiler with full C++11 support
|
||||
* gcc 5.0 or later, clang 3.4 or later, or a compiler with full C++14 support
|
||||
* libuuid (if not on macOS)
|
||||
* gnutls (optional)
|
||||
* python 2.7 or 3 (optional, for running the test suite)
|
||||
|
||||
Reference in New Issue
Block a user