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

@@ -41,7 +41,7 @@
<listitem>
<para>
the code should be C++11 compliant, and must compile with
<application>GCC</application> 4.6 and
<application>GCC</application> 4.7 and
<application>clang</application> 3.2
</para>
</listitem>