Skip to content

Commit 8412142

Browse files
authored
Add settings.yml changes for 2.9 (#3878)
1 parent 8f54fc3 commit 8412142

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/config_files/settings.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ It looks like this:
114114
libcxx: [libstdc++, libstdc++11]
115115
threads: [null, posix, win32] # Windows MinGW
116116
exception: [null, dwarf2, sjlj, seh] # Windows MinGW
117-
cppstd: [null, 98, gnu98, 11, gnu11, 14, gnu14, 17, gnu17, 20, gnu20, 23, gnu23]
117+
cppstd: [null, 98, gnu98, 11, gnu11, 14, gnu14, 17, gnu17, 20, gnu20, 23, gnu23, 26, gnu26]
118118
cstd: [null, 99, gnu99, 11, gnu11, 17, gnu17, 23, gnu23]
119119
msvc:
120120
version: [170, 180, 190, 191, 192, 193, 194]
@@ -129,7 +129,7 @@ It looks like this:
129129
"5.0", "6.0", "7.0", "7.1",
130130
"8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]
131131
libcxx: [null, libstdc++, libstdc++11, libc++, c++_shared, c++_static]
132-
cppstd: [null, 98, gnu98, 11, gnu11, 14, gnu14, 17, gnu17, 20, gnu20, 23, gnu23]
132+
cppstd: [null, 98, gnu98, 11, gnu11, 14, gnu14, 17, gnu17, 20, gnu20, 23, gnu23, 26, gnu26]
133133
runtime: [null, static, dynamic]
134134
runtime_type: [null, Debug, Release]
135135
runtime_version: [null, v140, v141, v142, v143, v144]
@@ -138,7 +138,7 @@ It looks like this:
138138
version: ["5.0", "5.1", "6.0", "6.1", "7.0", "7.3", "8.0", "8.1", "9.0", "9.1",
139139
"10.0", "11.0", "12.0", "13", "13.0", "13.1", "14", "14.0", "15", "15.0", "16", "16.0"]
140140
libcxx: [libstdc++, libc++]
141-
cppstd: [null, 98, gnu98, 11, gnu11, 14, gnu14, 17, gnu17, 20, gnu20, 23, gnu23]
141+
cppstd: [null, 98, gnu98, 11, gnu11, 14, gnu14, 17, gnu17, 20, gnu20, 23, gnu23, 26, gnu26]
142142
cstd: [null, 99, gnu99, 11, gnu11, 17, gnu17, 23, gnu23]
143143
intel-cc:
144144
version: ["2021.1", "2021.2", "2021.3", "2021.4", "2022.1", "2022.2",

0 commit comments

Comments
 (0)