From 38c7def47ad641054a6551f0b3625ebb28e3864f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 19 Nov 2020 10:37:43 -0800 Subject: [PATCH] Update clang version to 3.4 since there are ICEs on earlier ones --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 58f29295..709bddb5 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -166,7 +166,7 @@ The library is highly portable and relies only on a small set of C++11 features: * deleted functions * alias templates -These are available in GCC 4.8, Clang 3.0, MSVC 19.0 (2015) and more recent +These are available in GCC 4.8, Clang 3.4, MSVC 19.0 (2015) and more recent compiler version. For older compilers use {fmt} `version 4.x `_ which is maintained and only requires C++98.