Skip to content

Commit

Permalink
docs: added minimum required clang version (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan-ilesik authored Sep 25, 2023
1 parent 6ba5789 commit aaf5acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit aaf5acc

Please sign in to comment.