From 3a06c98e8d6a453e634353f83298cd4520ad9282 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 5 Sep 2021 01:19:08 +0300 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14e6f33..ce436d3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ See [the documentation](https://www.boost.org/libs/lambda2/) for more informatio ## Supported Compilers * g++ 5 or later with `-std=c++14` or above -* clang++ 3.5 or later with `-std=c++14` or above +* clang++ 3.9 or later with `-std=c++14` or above * Visual Studio 2015, 2017, 2019 Tested on [Github Actions](https://github.com/boostorg/lambda2/actions) and