README: update required clang version

This commit is contained in:
Danny Robson 2018-01-14 17:21:07 +11:00
parent aa997ca996
commit a2daa12d03

2
README
View File

@ -1,3 +1,3 @@
A simple cross-platform C++ utility library.
Supported compilers: >=clang-4.x, >=gcc7.x; specifically, we require c++17 features such as structured bindings which aren't present in older compilers. No attempt has been made to compile under MSVC.
Supported compilers: >=clang-5.x, >=gcc7.x; specifically, we require c++17 features such as structured bindings which aren't present in older compilers. No attempt has been made to compile under MSVC.