set consistent minimum versions for gcc and clang

- we require full C++11 support, so gcc 4.8.1 and clang 3.3 it is
- closes #268

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2020-04-13 18:36:22 +02:00
parent f3396f7193
commit 94cbcab195
4 changed files with 6 additions and 3 deletions

View file

@ -87,3 +87,4 @@ Thanks to the following, who submitted detailed bug reports and excellent sugges
Clément Hermann
Saulius Krasuckas
Tom Dörr
Joerg Kastning