Compiler.h: require gcc 4.7 or newer

The ScopeExit library uses C++11 initializers, which gcc 4.6 does not
support.  Let's kill support for this ancient incomplete C++11
compiler, nobody should be using it anymore.
This commit is contained in:
Max Kellermann
2016-07-29 09:52:23 +02:00
parent 8825393660
commit 77c6e45e65
4 changed files with 4 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ install MPD. If more information is desired, read the user manual:
Dependencies
------------
gcc 4.6 or later - http://gcc.gnu.org/
gcc 4.7 or later - http://gcc.gnu.org/
clang 3.2 or later - http://clang.llvm.org/
Any other C++11 compliant compiler should also work.