Compiler.h: remove support for GCC 4.9
Supporting GCC 4.9 is becoming cumbersome as we refactor more code to C++14. This shouldn't be a problem for anybody, because Debian Stable (Stretch) has version 6.3, and Ubuntu LTS (Xenial) has version 5.3.
This commit is contained in:
@@ -62,8 +62,8 @@
|
||||
# error Sorry, your clang version is too old. You need at least version 3.1.
|
||||
# endif
|
||||
#elif defined(__GNUC__)
|
||||
# if GCC_OLDER_THAN(4,9)
|
||||
# error Sorry, your gcc version is too old. You need at least version 4.9.
|
||||
# if GCC_OLDER_THAN(5,0)
|
||||
# error Sorry, your gcc version is too old. You need at least version 5.0.
|
||||
# endif
|
||||
#else
|
||||
# warning Untested compiler. Use at your own risk!
|
||||
|
Reference in New Issue
Block a user