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:
@@ -40,7 +40,7 @@ There are many binary packages available, but to install from source requires:
|
||||
* git
|
||||
* cmake
|
||||
* make
|
||||
* C++ compiler, currently gcc 5.0+ or clang 3.4+ for full C++11 support
|
||||
* C++ compiler, currently gcc 5.0+ or clang 3.4+ for full C++14 support
|
||||
|
||||
Download the tarball, and expand it:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user