Update supported compilers

This commit is contained in:
Simon Brand
2018-05-28 22:22:28 +01:00
parent 3a20e3f8cd
commit f82f78b5b6

View File

@@ -90,21 +90,26 @@ o = j;
Tested on: Tested on:
- Linux CI
- Linux
* clang 6.0.1
* clang 5.0.2
* clang 4.0.1
* clang 3.9 * clang 3.9
* clang 3.8 * clang 3.8
* clang 3.7 * clang 3.7
* clang 3.6 * clang 3.6
* clang 3.5 * clang 3.5
* g++ 5.0 * g++ 8.0.1
* g++ 7.3
* g++ 6.4
* g++ 4.9 * g++ 4.9
* g++ 4.8 * g++ 4.8
- Windows CI - Windows
* MSVC 2015 * MSVC 2015
* MSVC 2017 * MSVC 2017
- Linux manual
* g++ 7.2 Unfortunately GCC5.5 has a compiler bug which I have not worked around yet. All other GCC5 versions should work.
* g++ 5.4
### Dependencies ### Dependencies