@@ -57,18 +57,24 @@ explicit
57
57
<<#Explicit-2constructor-02,Explicit>>();
58
58
----
59
59
60
+ [.small]#<<#Explicit-2constructor-02,_» more..._>>#
61
+
60
62
[source,cpp,subs="verbatim,macros,-callouts"]
61
63
----
62
64
explicit
63
65
<<#Explicit-2constructor-00,Explicit>>(<<#Explicit,Explicit>> const&);
64
66
----
65
67
68
+ [.small]#<<#Explicit-2constructor-00,_» more..._>>#
69
+
66
70
[source,cpp,subs="verbatim,macros,-callouts"]
67
71
----
68
72
explicit
69
73
<<#Explicit-2constructor-0b,Explicit>>(<<#Explicit,Explicit>>&&) noexcept;
70
74
----
71
75
76
+ [.small]#<<#Explicit-2constructor-0b,_» more..._>>#
77
+
72
78
[source,cpp,subs="verbatim,macros,-callouts"]
73
79
----
74
80
explicit
@@ -77,6 +83,8 @@ explicit
77
83
int);
78
84
----
79
85
86
+ [.small]#<<#Explicit-2constructor-03,_» more..._>>#
87
+
80
88
[#Explicit-2constructor-02]
81
89
== <<#Explicit,Explicit>>::Explicit
82
90
@@ -161,18 +169,24 @@ pass:[explicit(true)]
161
169
<<#ExplicitTrue-2constructor-0d,ExplicitTrue>>();
162
170
----
163
171
172
+ [.small]#<<#ExplicitTrue-2constructor-0d,_» more..._>>#
173
+
164
174
[source,cpp,subs="verbatim,macros,-callouts"]
165
175
----
166
176
pass:[explicit(true)]
167
177
<<#ExplicitTrue-2constructor-04,ExplicitTrue>>(<<#ExplicitTrue,ExplicitTrue>> const&);
168
178
----
169
179
180
+ [.small]#<<#ExplicitTrue-2constructor-04,_» more..._>>#
181
+
170
182
[source,cpp,subs="verbatim,macros,-callouts"]
171
183
----
172
184
pass:[explicit(true)]
173
185
<<#ExplicitTrue-2constructor-08,ExplicitTrue>>(<<#ExplicitTrue,ExplicitTrue>>&&) noexcept;
174
186
----
175
187
188
+ [.small]#<<#ExplicitTrue-2constructor-08,_» more..._>>#
189
+
176
190
[source,cpp,subs="verbatim,macros,-callouts"]
177
191
----
178
192
pass:[explicit(true)]
@@ -181,6 +195,8 @@ pass:[explicit(true)]
181
195
int);
182
196
----
183
197
198
+ [.small]#<<#ExplicitTrue-2constructor-05,_» more..._>>#
199
+
184
200
[#ExplicitTrue-2constructor-0d]
185
201
== <<#ExplicitTrue,ExplicitTrue>>::ExplicitTrue
186
202
@@ -265,18 +281,24 @@ pass:[explicit(false)]
265
281
<<#ExplicitFalse-2constructor-01,ExplicitFalse>>();
266
282
----
267
283
284
+ [.small]#<<#ExplicitFalse-2constructor-01,_» more..._>>#
285
+
268
286
[source,cpp,subs="verbatim,macros,-callouts"]
269
287
----
270
288
pass:[explicit(false)]
271
289
<<#ExplicitFalse-2constructor-08,ExplicitFalse>>(<<#ExplicitFalse,ExplicitFalse>> const&);
272
290
----
273
291
292
+ [.small]#<<#ExplicitFalse-2constructor-08,_» more..._>>#
293
+
274
294
[source,cpp,subs="verbatim,macros,-callouts"]
275
295
----
276
296
pass:[explicit(false)]
277
297
<<#ExplicitFalse-2constructor-0a,ExplicitFalse>>(<<#ExplicitFalse,ExplicitFalse>>&&) noexcept;
278
298
----
279
299
300
+ [.small]#<<#ExplicitFalse-2constructor-0a,_» more..._>>#
301
+
280
302
[source,cpp,subs="verbatim,macros,-callouts"]
281
303
----
282
304
pass:[explicit(false)]
@@ -285,6 +307,8 @@ pass:[explicit(false)]
285
307
int);
286
308
----
287
309
310
+ [.small]#<<#ExplicitFalse-2constructor-04,_» more..._>>#
311
+
288
312
[#ExplicitFalse-2constructor-01]
289
313
== <<#ExplicitFalse,ExplicitFalse>>::ExplicitFalse
290
314
@@ -370,18 +394,24 @@ pass:[explicit(B)]
370
394
<<#ExplicitExpression-2constructor-0b,ExplicitExpression>>();
371
395
----
372
396
397
+ [.small]#<<#ExplicitExpression-2constructor-0b,_» more..._>>#
398
+
373
399
[source,cpp,subs="verbatim,macros,-callouts"]
374
400
----
375
401
pass:[explicit(B)]
376
402
<<#ExplicitExpression-2constructor-04,ExplicitExpression>>(<<#ExplicitExpression,ExplicitExpression>> const&);
377
403
----
378
404
405
+ [.small]#<<#ExplicitExpression-2constructor-04,_» more..._>>#
406
+
379
407
[source,cpp,subs="verbatim,macros,-callouts"]
380
408
----
381
409
pass:[explicit(B)]
382
410
<<#ExplicitExpression-2constructor-08,ExplicitExpression>>(<<#ExplicitExpression,ExplicitExpression>>&&) noexcept;
383
411
----
384
412
413
+ [.small]#<<#ExplicitExpression-2constructor-08,_» more..._>>#
414
+
385
415
[source,cpp,subs="verbatim,macros,-callouts"]
386
416
----
387
417
pass:[explicit(B)]
@@ -390,6 +420,8 @@ pass:[explicit(B)]
390
420
int);
391
421
----
392
422
423
+ [.small]#<<#ExplicitExpression-2constructor-02,_» more..._>>#
424
+
393
425
[#ExplicitExpression-2constructor-0b]
394
426
== <<#ExplicitExpression,ExplicitExpression>>::ExplicitExpression
395
427
0 commit comments