Skip to content

Commit e34c26b

Browse files
committed
update readme to reflect change in runners
1 parent b83a0f8 commit e34c26b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,10 @@ Otherwise you will get missing symbols if you try to use the unicode support wit
117117

118118
## Supported compilers
119119

120-
* clang 7.0+ (template UDL, C++17 syntax)
121-
* xcode clang 10.0+ (template UDL, C++17 syntax)
122-
* clang 12.0+ (C++17 syntax, C++20 cNTTP syntax)
123-
* gcc 8.0+ (template UDL, C++17 syntax)
120+
* clang 14.0+ (template UDL, C++17 syntax, C++20 cNTTP syntax)
121+
* xcode clang 15.0+ (template UDL, C++17 syntax, C++20 cNTTP syntax)
124122
* gcc 9.0+ (C++17 & C++20 cNTTP syntax)
125-
* MSVC 14.29+ (Visual Studio 16.11+) (C++20)
123+
* MSVC 14.29+ (Visual Studio 16.11+) (C++20 cNTTP syntax)
126124

127125
### Template UDL syntax
128126

0 commit comments

Comments
 (0)