From aaf5accadb21f539d7622af889c5b3192a88e007 Mon Sep 17 00:00:00 2001 From: Ruslan <79337999+ruslan-ilesik@users.noreply.github.com> Date: Mon, 25 Sep 2023 07:59:25 -0400 Subject: [PATCH] docs: added minimum required clang version (#888) --- 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)