summaryrefslogtreecommitdiff
path: root/libcxx/test/libcxx/transitive_includes/cxx17.csv
blob: f402f3e2e66d75bf019f03ff83fefdce02bd7711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
algorithm atomic
algorithm bit
algorithm climits
algorithm concepts
algorithm cstddef
algorithm cstdint
algorithm cstdlib
algorithm cstring
algorithm ctime
algorithm execution
algorithm initializer_list
algorithm iosfwd
algorithm iterator
algorithm limits
algorithm memory
algorithm new
algorithm ratio
algorithm stdexcept
algorithm type_traits
algorithm utility
algorithm version
any atomic
any chrono
any concepts
any cstddef
any cstdint
any cstdlib
any cstring
any initializer_list
any iosfwd
any iterator
any limits
any memory
any new
any stdexcept
any type_traits
any typeinfo
any variant
any version
array algorithm
array compare
array concepts
array cstddef
array cstdlib
array initializer_list
array iterator
array limits
array stdexcept
array type_traits
array utility
array version
atomic cmath
atomic compare
atomic cstddef
atomic cstdint
atomic cstdlib
atomic cstring
atomic ctime
atomic iosfwd
atomic limits
atomic ratio
atomic type_traits
atomic version
barrier atomic
barrier concepts
barrier cstddef
barrier cstdint
barrier cstring
barrier ctime
barrier iosfwd
barrier iterator
barrier limits
barrier memory
barrier new
barrier ratio
barrier stdexcept
barrier type_traits
barrier variant
barrier version
bit cstdint
bit cstdlib
bit iosfwd
bit limits
bit type_traits
bit version
bitset climits
bitset concepts
bitset cstddef
bitset cstdint
bitset cstdlib
bitset cstring
bitset initializer_list
bitset iosfwd
bitset limits
bitset new
bitset stdexcept
bitset string
bitset type_traits
bitset version
ccomplex complex
charconv cerrno
charconv cmath
charconv concepts
charconv cstddef
charconv cstdint
charconv cstdlib
charconv cstring
charconv initializer_list
charconv iosfwd
charconv limits
charconv type_traits
chrono bit
chrono compare
chrono concepts
chrono cstddef
chrono cstdint
chrono cstdlib
chrono cstring
chrono ctime
chrono limits
chrono ratio
chrono stdexcept
chrono string_view
chrono tuple
chrono type_traits
chrono version
cinttypes cstdint
cmath type_traits
cmath version
codecvt atomic
codecvt cctype
codecvt clocale
codecvt concepts
codecvt cstddef
codecvt cstdint
codecvt cstdlib
codecvt cstring
codecvt cwchar
codecvt initializer_list
codecvt iosfwd
codecvt limits
codecvt mutex
codecvt new
codecvt stdexcept
codecvt string
codecvt type_traits
codecvt typeinfo
codecvt version
compare cmath
compare cstddef
compare cstdint
compare limits
compare type_traits
compare version
complex cmath
complex iosfwd
complex sstream
complex stdexcept
complex type_traits
complex version
concepts cstddef
concepts type_traits
concepts version
condition_variable atomic
condition_variable cerrno
condition_variable concepts
condition_variable cstddef
condition_variable cstdint
condition_variable cstdlib
condition_variable cstring
condition_variable ctime
condition_variable initializer_list
condition_variable iosfwd
condition_variable limits
condition_variable new
condition_variable ratio
condition_variable stdexcept
condition_variable string
condition_variable system_error
condition_variable type_traits
condition_variable typeinfo
condition_variable version
coroutine compare
coroutine cstddef
coroutine cstdint
coroutine cstring
coroutine iosfwd
coroutine limits
coroutine type_traits
coroutine version
cstddef version
ctgmath ccomplex
ctgmath cmath
cwchar cwctype
cwctype cctype
deque algorithm
deque atomic
deque compare
deque concepts
deque cstddef
deque cstdint
deque cstdlib
deque cstring
deque functional
deque initializer_list
deque iosfwd
deque iterator
deque limits
deque new
deque stdexcept
deque tuple
deque type_traits
deque typeinfo
deque version
exception cstddef
exception cstdlib
exception type_traits
exception version
execution cstddef
execution version
expected cstddef
expected initializer_list
expected new
expected version
experimental/deque deque
experimental/deque experimental/memory_resource
experimental/forward_list experimental/memory_resource
experimental/forward_list forward_list
experimental/iterator cstddef
experimental/iterator iosfwd
experimental/iterator iterator
experimental/iterator type_traits
experimental/list experimental/memory_resource
experimental/list list
experimental/map experimental/memory_resource
experimental/map map
experimental/memory_resource atomic
experimental/memory_resource climits
experimental/memory_resource concepts
experimental/memory_resource cstddef
experimental/memory_resource cstdlib
experimental/memory_resource cstring
experimental/memory_resource ctime
experimental/memory_resource experimental/utility
experimental/memory_resource iterator
experimental/memory_resource limits
experimental/memory_resource memory
experimental/memory_resource new
experimental/memory_resource ratio
experimental/memory_resource stdexcept
experimental/memory_resource tuple
experimental/memory_resource type_traits
experimental/memory_resource variant
experimental/propagate_const cstddef
experimental/propagate_const type_traits
experimental/regex experimental/memory_resource
experimental/regex experimental/string
experimental/regex regex
experimental/set experimental/memory_resource
experimental/set set
experimental/simd algorithm
experimental/simd array
experimental/simd cstddef
experimental/simd functional
experimental/simd tuple
experimental/string experimental/memory_resource
experimental/string string
experimental/type_traits initializer_list
experimental/type_traits type_traits
experimental/unordered_map algorithm
experimental/unordered_map array
experimental/unordered_map bit
experimental/unordered_map experimental/memory_resource
experimental/unordered_map functional
experimental/unordered_map unordered_map
experimental/unordered_map vector
experimental/unordered_set experimental/memory_resource
experimental/unordered_set unordered_set
experimental/utility utility
experimental/vector experimental/memory_resource
experimental/vector vector
filesystem compare
filesystem concepts
filesystem cstddef
filesystem cstdint
filesystem cstdlib
filesystem ctime
filesystem iomanip
filesystem iosfwd
filesystem limits
filesystem locale
filesystem new
filesystem ratio
filesystem string
filesystem string_view
filesystem system_error
filesystem type_traits
filesystem version
format array
format cmath
format cstddef
format cstdint
format cstdlib
format initializer_list
format limits
format locale
format optional
format queue
format stack
format stdexcept
format string
format string_view
format tuple
format version
forward_list algorithm
forward_list atomic
forward_list compare
forward_list concepts
forward_list cstddef
forward_list cstdint
forward_list cstdlib
forward_list cstring
forward_list functional
forward_list initializer_list
forward_list iosfwd
forward_list iterator
forward_list limits
forward_list new
forward_list stdexcept
forward_list tuple
forward_list type_traits
forward_list typeinfo
forward_list version
fstream atomic
fstream cctype
fstream clocale
fstream concepts
fstream cstddef
fstream cstdint
fstream cstdio
fstream cstdlib
fstream cstring
fstream cwchar
fstream filesystem
fstream initializer_list
fstream iosfwd
fstream istream
fstream limits
fstream mutex
fstream new
fstream ostream
fstream stdexcept
fstream string
fstream type_traits
fstream typeinfo
fstream version
functional array
functional atomic
functional concepts
functional cstddef
functional cstdint
functional cstdlib
functional cstring
functional exception
functional initializer_list
functional iosfwd
functional limits
functional memory
functional new
functional stdexcept
functional tuple
functional type_traits
functional typeinfo
functional unordered_map
functional utility
functional vector
functional version
future atomic
future cerrno
future chrono
future cstddef
future cstdint
future cstdlib
future cstring
future exception
future initializer_list
future iosfwd
future limits
future mutex
future new
future ratio
future stdexcept
future string
future system_error
future thread
future type_traits
future typeinfo
future version
initializer_list cstddef
iomanip istream
iomanip version
ios atomic
ios cctype
ios clocale
ios concepts
ios cstddef
ios cstdint
ios cstdlib
ios cstring
ios cwchar
ios initializer_list
ios iosfwd
ios limits
ios mutex
ios new
ios stdexcept
ios string
ios system_error
ios type_traits
ios typeinfo
ios version
iosfwd version
iostream ios
iostream istream
iostream ostream
iostream streambuf
iostream version
istream concepts
istream cstddef
istream iosfwd
istream ostream
istream type_traits
istream version
iterator compare
iterator concepts
iterator cstddef
iterator cstdlib
iterator exception
iterator initializer_list
iterator iosfwd
iterator limits
iterator new
iterator type_traits
iterator typeinfo
iterator utility
iterator variant
iterator version
latch atomic
latch cstddef
latch cstdint
latch cstring
latch ctime
latch iosfwd
latch limits
latch ratio
latch type_traits
latch version
limits type_traits
limits version
list algorithm
list atomic
list compare
list concepts
list cstddef
list cstdint
list cstdlib
list cstring
list functional
list initializer_list
list iosfwd
list iterator
list limits
list new
list stdexcept
list tuple
list type_traits
list typeinfo
list version
locale atomic
locale cctype
locale cerrno
locale clocale
locale concepts
locale cstdarg
locale cstddef
locale cstdint
locale cstdio
locale cstdlib
locale cstring
locale ctime
locale cwchar
locale initializer_list
locale ios
locale iosfwd
locale iterator
locale limits
locale mutex
locale new
locale stdexcept
locale streambuf
locale string
locale type_traits
locale typeinfo
locale version
map compare
map concepts
map cstddef
map cstdlib
map functional
map initializer_list
map iterator
map limits
map new
map optional
map stdexcept
map tuple
map type_traits
map utility
map version
memory atomic
memory compare
memory concepts
memory cstddef
memory cstdint
memory cstdlib
memory cstring
memory initializer_list
memory iosfwd
memory iterator
memory limits
memory new
memory stdexcept
memory tuple
memory type_traits
memory typeinfo
memory utility
memory version
memory_resource cstddef
memory_resource cstdint
memory_resource limits
memory_resource mutex
memory_resource new
memory_resource stdexcept
memory_resource tuple
memory_resource version
mutex atomic
mutex cerrno
mutex concepts
mutex cstddef
mutex cstdint
mutex cstdlib
mutex cstring
mutex ctime
mutex initializer_list
mutex iosfwd
mutex limits
mutex new
mutex ratio
mutex stdexcept
mutex string
mutex system_error
mutex tuple
mutex type_traits
mutex typeinfo
mutex version
new cstddef
new cstdlib
new exception
new type_traits
new version
numbers concepts
numbers type_traits
numbers version
numeric cmath
numeric concepts
numeric cstddef
numeric functional
numeric iterator
numeric limits
numeric type_traits
numeric version
optional atomic
optional climits
optional compare
optional concepts
optional cstddef
optional cstdint
optional cstring
optional ctime
optional initializer_list
optional iterator
optional limits
optional memory
optional new
optional ratio
optional stdexcept
optional tuple
optional type_traits
optional typeinfo
optional utility
optional variant
optional version
ostream atomic
ostream bitset
ostream cerrno
ostream concepts
ostream cstddef
ostream cstdint
ostream cstdlib
ostream cstring
ostream initializer_list
ostream ios
ostream iosfwd
ostream iterator
ostream limits
ostream locale
ostream new
ostream stdexcept
ostream streambuf
ostream string
ostream type_traits
ostream typeinfo
ostream version
queue compare
queue concepts
queue cstddef
queue cstdlib
queue deque
queue functional
queue initializer_list
queue limits
queue type_traits
queue vector
queue version
random algorithm
random climits
random cmath
random concepts
random cstddef
random cstdint
random cstdlib
random initializer_list
random iosfwd
random limits
random numeric
random string
random type_traits
random vector
random version
ranges compare
ranges cstddef
ranges cstdlib
ranges initializer_list
ranges iosfwd
ranges iterator
ranges limits
ranges optional
ranges span
ranges tuple
ranges type_traits
ranges variant
ranges version
ratio climits
ratio cstdint
ratio type_traits
ratio version
regex atomic
regex cctype
regex clocale
regex compare
regex concepts
regex cstddef
regex cstdint
regex cstdlib
regex cstring
regex cwchar
regex deque
regex initializer_list
regex iosfwd
regex iterator
regex limits
regex mutex
regex new
regex stdexcept
regex string
regex type_traits
regex typeinfo
regex utility
regex vector
regex version
scoped_allocator atomic
scoped_allocator climits
scoped_allocator concepts
scoped_allocator cstddef
scoped_allocator cstring
scoped_allocator ctime
scoped_allocator iterator
scoped_allocator limits
scoped_allocator memory
scoped_allocator new
scoped_allocator ratio
scoped_allocator stdexcept
scoped_allocator tuple
scoped_allocator type_traits
scoped_allocator variant
scoped_allocator version
semaphore atomic
semaphore cstddef
semaphore cstdint
semaphore cstring
semaphore ctime
semaphore iosfwd
semaphore limits
semaphore ratio
semaphore type_traits
semaphore version
set compare
set concepts
set cstddef
set cstdlib
set functional
set initializer_list
set iterator
set limits
set new
set optional
set stdexcept
set tuple
set type_traits
set version
shared_mutex cerrno
shared_mutex cstddef
shared_mutex ctime
shared_mutex iosfwd
shared_mutex limits
shared_mutex ratio
shared_mutex stdexcept
shared_mutex string
shared_mutex system_error
shared_mutex type_traits
shared_mutex version
source_location cstdint
source_location version
span array
span concepts
span cstddef
span functional
span initializer_list
span iterator
span limits
span type_traits
span version
sstream cstddef
sstream istream
sstream ostream
sstream string
sstream type_traits
sstream version
stack compare
stack concepts
stack cstddef
stack deque
stack functional
stack initializer_list
stack type_traits
stack version
stdexcept cstdlib
stdexcept exception
stdexcept iosfwd
streambuf cstdint
streambuf ios
streambuf iosfwd
streambuf version
string algorithm
string climits
string compare
string concepts
string cstddef
string cstdint
string cstdio
string cstdlib
string cstring
string cwchar
string initializer_list
string iosfwd
string iterator
string limits
string new
string stdexcept
string string_view
string tuple
string type_traits
string typeinfo
string utility
string version
string_view algorithm
string_view compare
string_view concepts
string_view cstddef
string_view cstdint
string_view cstdio
string_view cstdlib
string_view cstring
string_view cwchar
string_view initializer_list
string_view iosfwd
string_view iterator
string_view limits
string_view stdexcept
string_view type_traits
string_view version
strstream istream
strstream ostream
strstream version
system_error cerrno
system_error compare
system_error cstddef
system_error cstdint
system_error cstring
system_error limits
system_error stdexcept
system_error string
system_error type_traits
system_error version
thread array
thread cerrno
thread chrono
thread compare
thread cstddef
thread cstdint
thread cstdlib
thread cstring
thread ctime
thread functional
thread iosfwd
thread limits
thread locale
thread new
thread ratio
thread stdexcept
thread string
thread string_view
thread system_error
thread tuple
thread type_traits
thread version
tuple compare
tuple cstddef
tuple exception
tuple iosfwd
tuple new
tuple type_traits
tuple typeinfo
tuple utility
tuple version
type_traits cstddef
type_traits cstdint
type_traits version
typeindex compare
typeindex iosfwd
typeindex new
typeindex typeinfo
typeindex utility
typeindex version
typeinfo cstddef
typeinfo cstdint
typeinfo cstdlib
typeinfo exception
typeinfo type_traits
unordered_map algorithm
unordered_map bit
unordered_map cmath
unordered_map compare
unordered_map concepts
unordered_map cstddef
unordered_map cstdint
unordered_map cstdlib
unordered_map cstring
unordered_map initializer_list
unordered_map iterator
unordered_map limits
unordered_map new
unordered_map optional
unordered_map stdexcept
unordered_map tuple
unordered_map type_traits
unordered_map version
unordered_set cmath
unordered_set compare
unordered_set concepts
unordered_set cstddef
unordered_set cstdint
unordered_set cstdlib
unordered_set cstring
unordered_set functional
unordered_set initializer_list
unordered_set iterator
unordered_set limits
unordered_set new
unordered_set optional
unordered_set stdexcept
unordered_set tuple
unordered_set type_traits
unordered_set version
utility compare
utility cstddef
utility cstdlib
utility initializer_list
utility iosfwd
utility limits
utility type_traits
utility version
valarray algorithm
valarray cmath
valarray concepts
valarray cstddef
valarray cstdlib
valarray cstring
valarray functional
valarray initializer_list
valarray limits
valarray new
valarray stdexcept
valarray type_traits
valarray version
variant compare
variant cstddef
variant cstdint
variant cstring
variant exception
variant initializer_list
variant limits
variant new
variant tuple
variant type_traits
variant typeinfo
variant utility
variant version
vector algorithm
vector array
vector atomic
vector cerrno
vector climits
vector compare
vector concepts
vector cstddef
vector cstdint
vector cstdlib
vector cstring
vector initializer_list
vector iosfwd
vector limits
vector locale
vector new
vector stdexcept
vector string
vector string_view
vector tuple
vector type_traits
vector typeinfo
vector utility
vector version