commit 8a20f4b394bbf43c9fff416eecce6dbeff227530
Author: Georg Baum <b...@lyx.org>
Date:   Tue Jun 7 22:29:38 2016 +0200

    Mention C++11 requirement in INSTALL
    
    Thanks to Scott and Jean-Marc for pointing that out, I forgot it.

diff --git a/INSTALL b/INSTALL
index f53361d..e3d3ee0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -48,9 +48,8 @@ Requirements
 ------------
 
 First of all, you will need a recent C++ compiler, where recent means
-that the compilers are close to C++ standard conforming like gcc (at
-least 4.3) or clang. Note that the compiler will be used in C++11 mode
-when possible.
+that the compilers are close to C++11 standard conforming like gcc (at
+least 4.3) or clang.
 
 LyX makes great use of the C++ Standard Template Library (STL).
 This means that gcc users will have to install the relevant libstdc++

Reply via email to