From 87f3fbca24d130605d53c4d6ecda10bbba265a7f Mon Sep 17 00:00:00 2001 From: Ruslan <79337999+ruslan-ilesik@users.noreply.github.com> Date: Sun, 24 Sep 2023 15:09:35 +0300 Subject: [PATCH] added minimum required clang version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f14a9a0f1..98638cf56c 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ We love people's support in growing and improving. Be sure to leave a ⭐️ if ### Supported compilers * [g++](https://gcc.gnu.org) (version 8 or higher) -* [clang](https://clang.llvm.org/) +* [clang](https://clang.llvm.org/) (version 6 or higher) * AppleClang (12.0 or higher) * Microsoft Visual Studio 2019 or 2022 (16.x/17.x) * [mingw-w64](https://www.mingw-w64.org/) (gcc version 8 or higher)