summaryrefslogtreecommitdiff
path: root/src/common/doc/installation.h
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2019-09-23 17:12:02 +0200
committerGitHub <noreply@github.com>2019-09-23 17:12:02 +0200
commit8d4cda83780a0005439f6dcd68318b3ca814a0c1 (patch)
tree7c7fb38e193da80875a3d85cec029a875c84bd8f /src/common/doc/installation.h
parent36d82a6ffe7c099da9241f7268637feaeef6bf55 (diff)
parent89d678a78dd2bf05ef3d00e889fe0d9c51fb3b32 (diff)
Merge pull request #93 from VincentRouvreau/cpp14_for_cgal5
C++ 14 is the new standard for the project
Diffstat (limited to 'src/common/doc/installation.h')
-rw-r--r--src/common/doc/installation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/doc/installation.h b/src/common/doc/installation.h
index 54f86573..2e64bef8 100644
--- a/src/common/doc/installation.h
+++ b/src/common/doc/installation.h
@@ -5,7 +5,7 @@
* Examples of GUDHI headers inclusion can be found in \ref utilities.
*
* \section compiling Compiling
- * The library uses c++11 and requires <a target="_blank" href="http://www.boost.org/">Boost</a> &ge; 1.56.0
+ * The library uses c++14 and requires <a target="_blank" href="http://www.boost.org/">Boost</a> &ge; 1.56.0
* and <a target="_blank" href="https://www.cmake.org/">CMake</a> &ge; 3.1.
* It is a multi-platform library and compiles on Linux, Mac OSX and Visual Studio 2015.
*