Skip to content

Commit 78445fd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent aa338f8 commit 78445fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/maintainer/knowledge_base.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,11 @@ often used as a shorthand for the compiler generation, but what's really relevan
256256
toolchain version, which, since VS2015 has been 14.x, and which is referred to as `vc`.
257257

258258
| VS Year | VS Version | Compiler Version | Toolchain Version | Runtime Version |
259-
|--------|--------|--------|--------|--------|
260-
| 2015 | 14.0 | 19.0 | 14.0 | 14.0.zzzzz |
261-
| 2017 | 15.x | 19.1y | 14.1 | 14.1y.zzzzz |
262-
| 2019 | 16.x | 19.2x | 14.2 | 14.2x.zzzzz |
263-
| 2022 | 17.x | 19.3x | 14.3 | 14.3x.zzzzz |
259+
| ------- | ---------- | ---------------- | ----------------- | --------------- |
260+
| 2015 | 14.0 | 19.0 | 14.0 | 14.0.zzzzz |
261+
| 2017 | 15.x | 19.1y | 14.1 | 14.1y.zzzzz |
262+
| 2019 | 16.x | 19.2x | 14.2 | 14.2x.zzzzz |
263+
| 2022 | 17.x | 19.3x | 14.3 | 14.3x.zzzzz |
264264

265265
In the table above, `x` and `y` on the same line are referring to the same digit, though there
266266
are various deviations from this schema. For example, the minor versions for the 2022 line went

0 commit comments

Comments
 (0)