Skip to content

Commit

Permalink
Updated readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
slavenf committed Jun 22, 2024
1 parent c5e06f0 commit db8edbd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ This library requires C++11 compiler or newer.
If available, the library uses the features of the newer C++ standards.

Tested compilers:
* GCC 4.8.5 @ CentOS 7 (C++11)
* Clang 3.4.2 @ CentOS 7 (C++11)
* GCC 7.3.1 @ CentOS 7 (C++11, 14)
* Clang 5.0.1 @ CentOS 7 (C++11, 14)
* GCC 13.2.1 @ Arch Linux (C++11, 14, 17, 20, 23)
* Clang 17.0.6 @ Arch Linux (C++11, 14, 17, 20, 23)
* GCC 4.8.5 on CentOS 7 (C++11)
* Clang 3.4.2 on CentOS 7 (C++11)
* GCC 7.3.1 on CentOS 7 (C++11, 14, 17)
* Clang 5.0.1 on CentOS 7 (C++11, 14, 17)
* GCC 13.2.1 on Arch Linux (C++11, 14, 17, 20, 23)
* Clang 17.0.6 on Arch Linux (C++11, 14, 17, 20, 23)
* MSVC 19.38 (C++14, 17, 20, latest)


Expand Down

0 comments on commit db8edbd

Please sign in to comment.