From a2daa12d03db154f6e8c66a0d7398e47176f6d29 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Sun, 14 Jan 2018 17:21:07 +1100 Subject: [PATCH] README: update required clang version --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 69a39a85..0bf3a71a 100644 --- a/README +++ b/README @@ -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.