Only gcc 4.8 is C++11 feature complete.

This commit is contained in:
Pavel Sanda 2020-02-20 09:15:31 +01:00
parent 2bf7756196
commit 748bb5a046

View File

@ -48,7 +48,7 @@ Requirements
------------
First of all, you will need a C++11 standard conforming compiler, like gcc (at
least 4.7) or clang.
least 4.8) 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++