Skip to content

Commit 81c1fe0

Browse files
authored
Update settings.yml for 2.4.0 release (#3752)
* update settings.yml * fix * fix2 * revert * only 3 spaces * minor changes * fix align * fix align
1 parent 44384c2 commit 81c1fe0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

reference/config_files/settings.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,19 +101,21 @@ It looks like this:
101101
"10", "10.1", "10.2", "10.3", "10.4", "10.5",
102102
"11", "11.1", "11.2", "11.3", "11.4",
103103
"12", "12.1", "12.2", "12.3",
104-
"13", "13.1", "13.2",
104+
"13", "13.1", "13.2", "13.3",
105105
"14", "14.1"]
106106
libcxx: [libstdc++, libstdc++11]
107107
threads: [null, posix, win32] # Windows MinGW
108108
exception: [null, dwarf2, sjlj, seh] # Windows MinGW
109109
cppstd: [null, 98, gnu98, 11, gnu11, 14, gnu14, 17, gnu17, 20, gnu20, 23, gnu23]
110+
cstd: [null, 99, gnu99, 11, gnu11, 17, gnu17, 23, gnu23]
110111
msvc:
111-
version: [170, 180, 190, 191, 192, 193]
112+
version: [170, 180, 190, 191, 192, 193, 194]
112113
update: [null, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
113114
runtime: [static, dynamic]
114115
runtime_type: [Debug, Release]
115116
cppstd: [null, 14, 17, 20, 23]
116117
toolset: [null, v110_xp, v120_xp, v140_xp, v141_xp]
118+
cstd: [null, 11, 17]
117119
clang:
118120
version: ["3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "4.0",
119121
"5.0", "6.0", "7.0", "7.1",
@@ -122,12 +124,14 @@ It looks like this:
122124
cppstd: [null, 98, gnu98, 11, gnu11, 14, gnu14, 17, gnu17, 20, gnu20, 23, gnu23]
123125
runtime: [null, static, dynamic]
124126
runtime_type: [null, Debug, Release]
125-
runtime_version: [null, v140, v141, v142, v143]
127+
runtime_version: [null, v140, v141, v142, v143, v144]
128+
cstd: [null, 99, gnu99, 11, gnu11, 17, gnu17, 23, gnu23]
126129
apple-clang:
127130
version: ["5.0", "5.1", "6.0", "6.1", "7.0", "7.3", "8.0", "8.1", "9.0", "9.1",
128131
"10.0", "11.0", "12.0", "13", "13.0", "13.1", "14", "14.0", "15", "15.0"]
129132
libcxx: [libstdc++, libc++]
130133
cppstd: [null, 98, gnu98, 11, gnu11, 14, gnu14, 17, gnu17, 20, gnu20, 23, gnu23]
134+
cstd: [null, 99, gnu99, 11, gnu11, 17, gnu17, 23, gnu23]
131135
intel-cc:
132136
version: ["2021.1", "2021.2", "2021.3", "2021.4", "2022.1", "2022.2",
133137
"2022.3", "2023.0", "2023.1", "2023.2", "2024.0",]

0 commit comments

Comments
 (0)