@@ -18,150 +18,150 @@ 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
os : ubuntu-20.04
38
38
install : g++-7
39
39
- toolset : gcc-8
40
- cxxstd : " 03, 11,14,17,2a"
40
+ cxxstd : " 11,14,17,2a"
41
41
os : ubuntu-20.04
42
42
install : g++-8
43
43
- toolset : gcc-9
44
- cxxstd : " 03, 11,14,17,2a"
44
+ cxxstd : " 11,14,17,2a"
45
45
os : ubuntu-20.04
46
46
- toolset : gcc-10
47
- cxxstd : " 03, 11,14,17,2a"
47
+ cxxstd : " 11,14,17,2a"
48
48
os : ubuntu-20.04
49
49
install : g++-10
50
50
- toolset : gcc-11
51
- cxxstd : " 03, 11,14,17,2a"
51
+ cxxstd : " 11,14,17,2a"
52
52
os : ubuntu-22.04
53
53
install : g++-11
54
54
- toolset : gcc-12
55
- cxxstd : " 03, 11,14,17,20,2b"
55
+ cxxstd : " 11,14,17,20,2b"
56
56
os : ubuntu-22.04
57
57
install : g++-12
58
58
- toolset : gcc-13
59
- cxxstd : " 03, 11,14,17,20,2b"
59
+ cxxstd : " 11,14,17,20,2b"
60
60
container : ubuntu:24.04
61
61
os : ubuntu-latest
62
62
install : g++-13
63
63
- toolset : gcc-14
64
- cxxstd : " 03, 11,14,17,20,2b"
64
+ cxxstd : " 11,14,17,20,2b"
65
65
container : ubuntu:24.04
66
66
os : ubuntu-latest
67
67
install : g++-14
68
68
- toolset : clang
69
69
compiler : clang++-3.9
70
- cxxstd : " 03, 11,14"
70
+ cxxstd : " 11,14"
71
71
container : ubuntu:18.04
72
72
os : ubuntu-latest
73
73
install : clang-3.9
74
74
- toolset : clang
75
75
compiler : clang++-4.0
76
- cxxstd : " 03, 11,14"
76
+ cxxstd : " 11,14"
77
77
container : ubuntu:18.04
78
78
os : ubuntu-latest
79
79
install : clang-4.0
80
80
- toolset : clang
81
81
compiler : clang++-5.0
82
- cxxstd : " 03, 11,14,1z"
82
+ cxxstd : " 11,14,1z"
83
83
container : ubuntu:18.04
84
84
os : ubuntu-latest
85
85
install : clang-5.0
86
86
- toolset : clang
87
87
compiler : clang++-6.0
88
- cxxstd : " 03, 11,14,17"
88
+ cxxstd : " 11,14,17"
89
89
os : ubuntu-20.04
90
90
install : clang-6.0
91
91
- toolset : clang
92
92
compiler : clang++-7
93
- cxxstd : " 03, 11,14,17"
93
+ cxxstd : " 11,14,17"
94
94
os : ubuntu-20.04
95
95
install : clang-7
96
96
- toolset : clang
97
97
compiler : clang++-8
98
- cxxstd : " 03, 11,14,17,2a"
98
+ cxxstd : " 11,14,17,2a"
99
99
os : ubuntu-20.04
100
100
install : clang-8
101
101
- toolset : clang
102
102
compiler : clang++-9
103
- cxxstd : " 03, 11,14,17,2a"
103
+ cxxstd : " 11,14,17,2a"
104
104
os : ubuntu-20.04
105
105
install : clang-9
106
106
- toolset : clang
107
107
compiler : clang++-10
108
- cxxstd : " 03, 11,14,17,2a"
108
+ cxxstd : " 11,14,17,2a"
109
109
os : ubuntu-20.04
110
110
install : clang-10
111
111
- toolset : clang
112
112
compiler : clang++-11
113
- cxxstd : " 03, 11,14,17,2a"
113
+ cxxstd : " 11,14,17,2a"
114
114
os : ubuntu-20.04
115
115
install : clang-11
116
116
- toolset : clang
117
117
compiler : clang++-12
118
- cxxstd : " 03, 11,14,17,2a"
118
+ cxxstd : " 11,14,17,2a"
119
119
os : ubuntu-20.04
120
120
install : clang-12
121
121
- toolset : clang
122
122
compiler : clang++-13
123
- cxxstd : " 03, 11,14,17,20,2b"
123
+ cxxstd : " 11,14,17,20,2b"
124
124
container : ubuntu:22.04
125
125
os : ubuntu-latest
126
126
install : clang-13
127
127
- toolset : clang
128
128
compiler : clang++-14
129
- cxxstd : " 03, 11,14,17,20,2b"
129
+ cxxstd : " 11,14,17,20,2b"
130
130
container : ubuntu:22.04
131
131
os : ubuntu-latest
132
132
install : clang-14
133
133
- toolset : clang
134
134
compiler : clang++-15
135
- cxxstd : " 03, 11,14,17,20,2b"
135
+ cxxstd : " 11,14,17,20,2b"
136
136
container : ubuntu:22.04
137
137
os : ubuntu-latest
138
138
install : clang-15
139
139
- toolset : clang
140
140
compiler : clang++-16
141
- cxxstd : " 03, 11,14,17,20,2b"
141
+ cxxstd : " 11,14,17,20,2b"
142
142
container : ubuntu:24.04
143
143
os : ubuntu-latest
144
144
install : clang-16
145
145
- toolset : clang
146
146
compiler : clang++-17
147
- cxxstd : " 03, 11,14,17,20,2b"
147
+ cxxstd : " 11,14,17,20,2b"
148
148
container : ubuntu:24.04
149
149
os : ubuntu-latest
150
150
install : clang-17
151
151
- toolset : clang
152
152
compiler : clang++-18
153
- cxxstd : " 03, 11,14,17,20,2b"
153
+ cxxstd : " 11,14,17,20,2b"
154
154
container : ubuntu:24.04
155
155
os : ubuntu-latest
156
156
install : clang-18
157
157
- toolset : clang
158
- cxxstd : " 03, 11,14,17,20,2b"
158
+ cxxstd : " 11,14,17,20,2b"
159
159
os : macos-13
160
160
- toolset : clang
161
- cxxstd : " 03, 11,14,17,20,2b"
161
+ cxxstd : " 11,14,17,20,2b"
162
162
os : macos-14
163
163
- toolset : clang
164
- cxxstd : " 03, 11,14,17,20,2b"
164
+ cxxstd : " 11,14,17,20,2b"
165
165
os : macos-15
166
166
167
167
runs-on : ${{matrix.os}}
@@ -252,7 +252,7 @@ jobs:
252
252
addrmd : 32,64
253
253
os : windows-2022
254
254
- toolset : gcc
255
- cxxstd : " 03, 11,14,17,2a"
255
+ cxxstd : " 11,14,17,2a"
256
256
addrmd : 64
257
257
os : windows-2019
258
258
0 commit comments