Skip to content

Commit c2435cf

Browse files
author
Hana Dusíková
committed
add 14.29 (first supported) and 14.31 (latest one)
1 parent 0288c40 commit c2435cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
msvc:
6464
strategy:
6565
matrix:
66-
version: [14.16, 14.22, 14.25, 14.29, 14.31]
66+
version: [14.29, 14.31]
6767
fail-fast: false
6868
name: "MSVC ${{ matrix.version }} (C++20)"
6969
runs-on: windows-2022

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Otherwise you will get missing symbols if you try to use the unicode support wit
122122
* clang 12.0+ (C++17 syntax, C++20 cNTTP syntax)
123123
* gcc 8.0+ (template UDL, C++17 syntax)
124124
* gcc 9.0+ (C++17 & C++20 cNTTP syntax)
125-
* MSVC 14.16+ (Visual Studio 15.9+) (C++17 syntax only) (semi-supported, I don't have windows machine)
125+
* MSVC 14.29+ (Visual Studio 16.11+) (C++20)
126126

127127
### Template UDL syntax
128128

0 commit comments

Comments
 (0)