@@ -18,161 +18,161 @@ jobs:
18
18
matrix :
19
19
include :
20
20
- toolset : gcc-4.8
21
- cxxstd : " 03, 11"
21
+ cxxstd : " 11"
22
22
container : ubuntu:18.04
23
23
os : ubuntu-latest
24
24
install : g++-4.8
25
25
- toolset : gcc-5
26
- cxxstd : " 03, 11,14,1z"
26
+ cxxstd : " 11,14,1z"
27
27
container : ubuntu:18.04
28
28
os : ubuntu-latest
29
29
install : g++-5
30
30
- toolset : gcc-6
31
- cxxstd : " 03, 11,14,1z"
31
+ cxxstd : " 11,14,1z"
32
32
container : ubuntu:18.04
33
33
os : ubuntu-latest
34
34
install : g++-6
35
35
- toolset : gcc-7
36
- cxxstd : " 03, 11,14,17"
36
+ cxxstd : " 11,14,17"
37
37
container : ubuntu:18.04
38
38
os : ubuntu-latest
39
39
install : g++-7
40
40
- toolset : gcc-8
41
- cxxstd : " 03, 11,14,17,2a"
41
+ cxxstd : " 11,14,17,2a"
42
42
container : ubuntu:18.04
43
43
os : ubuntu-latest
44
44
install : g++-8
45
45
- toolset : gcc-9
46
- cxxstd : " 03, 11,14,17,2a"
46
+ cxxstd : " 11,14,17,2a"
47
47
container : ubuntu:20.04
48
48
os : ubuntu-latest
49
49
- toolset : gcc-10
50
- cxxstd : " 03, 11,14,17,2a"
50
+ cxxstd : " 11,14,17,2a"
51
51
container : ubuntu:20.04
52
52
os : ubuntu-latest
53
53
install : g++-10
54
54
- toolset : gcc-11
55
- cxxstd : " 03, 11,14,17,2a"
55
+ cxxstd : " 11,14,17,2a"
56
56
os : ubuntu-22.04
57
57
install : g++-11
58
58
- toolset : gcc-12
59
- cxxstd : " 03, 11,14,17,20,2b"
59
+ cxxstd : " 11,14,17,20,2b"
60
60
os : ubuntu-22.04
61
61
install : g++-12
62
62
- toolset : gcc-13
63
- cxxstd : " 03, 11,14,17,20,2b"
63
+ cxxstd : " 11,14,17,20,2b"
64
64
container : ubuntu:24.04
65
65
os : ubuntu-latest
66
66
install : g++-13
67
67
- toolset : gcc-14
68
- cxxstd : " 03, 11,14,17,20,2b"
68
+ cxxstd : " 11,14,17,20,2b"
69
69
container : ubuntu:24.04
70
70
os : ubuntu-latest
71
71
install : g++-14
72
72
- toolset : clang
73
73
compiler : clang++-3.9
74
- cxxstd : " 03, 11,14"
74
+ cxxstd : " 11,14"
75
75
container : ubuntu:18.04
76
76
os : ubuntu-latest
77
77
install : clang-3.9
78
78
- toolset : clang
79
79
compiler : clang++-4.0
80
- cxxstd : " 03, 11,14"
80
+ cxxstd : " 11,14"
81
81
container : ubuntu:18.04
82
82
os : ubuntu-latest
83
83
install : clang-4.0
84
84
- toolset : clang
85
85
compiler : clang++-5.0
86
- cxxstd : " 03, 11,14,1z"
86
+ cxxstd : " 11,14,1z"
87
87
container : ubuntu:18.04
88
88
os : ubuntu-latest
89
89
install : clang-5.0
90
90
- toolset : clang
91
91
compiler : clang++-6.0
92
- cxxstd : " 03, 11,14,17"
92
+ cxxstd : " 11,14,17"
93
93
container : ubuntu:20.04
94
94
os : ubuntu-latest
95
95
install : clang-6.0
96
96
- toolset : clang
97
97
compiler : clang++-7
98
- cxxstd : " 03, 11,14,17"
98
+ cxxstd : " 11,14,17"
99
99
container : ubuntu:20.04
100
100
os : ubuntu-latest
101
101
install : clang-7
102
102
- toolset : clang
103
103
compiler : clang++-8
104
- cxxstd : " 03, 11,14,17,2a"
104
+ cxxstd : " 11,14,17,2a"
105
105
container : ubuntu:20.04
106
106
os : ubuntu-latest
107
107
install : clang-8
108
108
- toolset : clang
109
109
compiler : clang++-9
110
- cxxstd : " 03, 11,14,17,2a"
110
+ cxxstd : " 11,14,17,2a"
111
111
container : ubuntu:20.04
112
112
os : ubuntu-latest
113
113
install : clang-9
114
114
- toolset : clang
115
115
compiler : clang++-10
116
- cxxstd : " 03, 11,14,17,2a"
116
+ cxxstd : " 11,14,17,2a"
117
117
container : ubuntu:20.04
118
118
os : ubuntu-latest
119
119
install : clang-10
120
120
- toolset : clang
121
121
compiler : clang++-11
122
- cxxstd : " 03, 11,14,17,2a"
122
+ cxxstd : " 11,14,17,2a"
123
123
container : ubuntu:20.04
124
124
os : ubuntu-latest
125
125
install : clang-11
126
126
- toolset : clang
127
127
compiler : clang++-12
128
- cxxstd : " 03, 11,14,17,2a"
128
+ cxxstd : " 11,14,17,2a"
129
129
container : ubuntu:20.04
130
130
os : ubuntu-latest
131
131
install : clang-12
132
132
- toolset : clang
133
133
compiler : clang++-13
134
- cxxstd : " 03, 11,14,17,20,2b"
134
+ cxxstd : " 11,14,17,20,2b"
135
135
container : ubuntu:22.04
136
136
os : ubuntu-latest
137
137
install : clang-13
138
138
- toolset : clang
139
139
compiler : clang++-14
140
- cxxstd : " 03, 11,14,17,20,2b"
140
+ cxxstd : " 11,14,17,20,2b"
141
141
container : ubuntu:22.04
142
142
os : ubuntu-latest
143
143
install : clang-14
144
144
- toolset : clang
145
145
compiler : clang++-15
146
- cxxstd : " 03, 11,14,17,20,2b"
146
+ cxxstd : " 11,14,17,20,2b"
147
147
container : ubuntu:22.04
148
148
os : ubuntu-latest
149
149
install : clang-15
150
150
- toolset : clang
151
151
compiler : clang++-16
152
- cxxstd : " 03, 11,14,17,20,2b"
152
+ cxxstd : " 11,14,17,20,2b"
153
153
container : ubuntu:24.04
154
154
os : ubuntu-latest
155
155
install : clang-16
156
156
- toolset : clang
157
157
compiler : clang++-17
158
- cxxstd : " 03, 11,14,17,20,2b"
158
+ cxxstd : " 11,14,17,20,2b"
159
159
container : ubuntu:24.04
160
160
os : ubuntu-latest
161
161
install : clang-17
162
162
- toolset : clang
163
163
compiler : clang++-18
164
- cxxstd : " 03, 11,14,17,20,2b"
164
+ cxxstd : " 11,14,17,20,2b"
165
165
container : ubuntu:24.04
166
166
os : ubuntu-latest
167
167
install : clang-18
168
168
- toolset : clang
169
- cxxstd : " 03, 11,14,17,20,2b"
169
+ cxxstd : " 11,14,17,20,2b"
170
170
os : macos-13
171
171
- toolset : clang
172
- cxxstd : " 03, 11,14,17,20,2b"
172
+ cxxstd : " 11,14,17,20,2b"
173
173
os : macos-14
174
174
- toolset : clang
175
- cxxstd : " 03, 11,14,17,20,2b"
175
+ cxxstd : " 11,14,17,20,2b"
176
176
os : macos-15
177
177
178
178
runs-on : ${{matrix.os}}
@@ -263,7 +263,7 @@ jobs:
263
263
addrmd : 32,64
264
264
os : windows-2022
265
265
- toolset : gcc
266
- cxxstd : " 03, 11,14,17,2a"
266
+ cxxstd : " 11,14,17,2a"
267
267
addrmd : 64
268
268
os : windows-2022
269
269
0 commit comments