File tree Expand file tree Collapse file tree 12 files changed +0
-503
lines changed
test/libcxx/transitive_includes Expand file tree Collapse file tree 12 files changed +0
-503
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,6 @@ namespace std {
87
87
# pragma GCC system_header
88
88
#endif
89
89
90
- #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 17
91
- # include < cstdint>
92
- #endif
93
-
94
90
#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
95
91
# include < cstdlib>
96
92
# include < iosfwd>
Original file line number Diff line number Diff line change @@ -101,13 +101,6 @@ _LIBCPP_BEGIN_NAMESPACE_STD
101
101
102
102
_LIBCPP_END_NAMESPACE_STD
103
103
104
- #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 14
105
- # include < cerrno>
106
- # include < cstddef>
107
- # include < initializer_list>
108
- # include < new>
109
- #endif
110
-
111
104
#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
112
105
# include < cmath>
113
106
# include < concepts>
Original file line number Diff line number Diff line change @@ -164,12 +164,6 @@ namespace std {
164
164
# pragma GCC system_header
165
165
#endif
166
166
167
- #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 17
168
- # include < cstddef>
169
- # include < cstdint>
170
- # include < limits>
171
- #endif
172
-
173
167
#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
174
168
# include < cmath>
175
169
# include < cstddef>
Original file line number Diff line number Diff line change @@ -53,10 +53,4 @@ namespace std {
53
53
# pragma GCC system_header
54
54
#endif
55
55
56
- #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
57
- # include < cstddef>
58
- # include < initializer_list>
59
- # include < new>
60
- #endif
61
-
62
56
#endif // _LIBCPP_EXPECTED
Original file line number Diff line number Diff line change @@ -426,13 +426,4 @@ namespace std {
426
426
# pragma GCC system_header
427
427
#endif
428
428
429
- #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
430
- # include < array>
431
- # include < cinttypes>
432
- # include < concepts>
433
- # include < cstddef>
434
- # include < limits>
435
- # include < span>
436
- #endif
437
-
438
429
#endif // _LIBCPP_MDSPAN
Original file line number Diff line number Diff line change @@ -66,15 +66,6 @@ namespace std::pmr {
66
66
# pragma GCC system_header
67
67
#endif
68
68
69
- #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 14
70
- # include < cstddef>
71
- # include < cstdint>
72
- # include < limits>
73
- # include < mutex>
74
- # include < new>
75
- # include < tuple>
76
- #endif
77
-
78
69
#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
79
70
# include < stdexcept>
80
71
#endif
Original file line number Diff line number Diff line change @@ -446,14 +446,6 @@ namespace std {
446
446
# pragma GCC system_header
447
447
#endif
448
448
449
- #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 17
450
- # include < cstddef>
451
- # include < limits>
452
- # include < optional>
453
- # include < span>
454
- # include < tuple>
455
- #endif
456
-
457
449
#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
458
450
# include < cstdlib>
459
451
# include < iosfwd>
Original file line number Diff line number Diff line change @@ -242,17 +242,14 @@ ccomplex utility
242
242
ccomplex variant
243
243
ccomplex vector
244
244
ccomplex version
245
- charconv cerrno
246
245
charconv cmath
247
246
charconv concepts
248
247
charconv cstddef
249
248
charconv cstdint
250
249
charconv cstdlib
251
250
charconv cstring
252
- charconv initializer_list
253
251
charconv iosfwd
254
252
charconv limits
255
- charconv new
256
253
charconv type_traits
257
254
charconv version
258
255
chrono algorithm
@@ -571,12 +568,6 @@ exception typeinfo
571
568
exception version
572
569
execution cstddef
573
570
execution version
574
- expected cstddef
575
- expected cstdint
576
- expected cstdlib
577
- expected initializer_list
578
- expected new
579
- expected type_traits
580
571
expected version
581
572
experimental/iterator algorithm
582
573
experimental/iterator atomic
@@ -1340,53 +1331,6 @@ map utility
1340
1331
map variant
1341
1332
map vector
1342
1333
map version
1343
- mdspan algorithm
1344
- mdspan array
1345
- mdspan atomic
1346
- mdspan bit
1347
- mdspan cctype
1348
- mdspan cerrno
1349
- mdspan cinttypes
1350
- mdspan climits
1351
- mdspan clocale
1352
- mdspan cmath
1353
- mdspan compare
1354
- mdspan concepts
1355
- mdspan cstdarg
1356
- mdspan cstddef
1357
- mdspan cstdint
1358
- mdspan cstdio
1359
- mdspan cstdlib
1360
- mdspan cstring
1361
- mdspan ctime
1362
- mdspan cwchar
1363
- mdspan cwctype
1364
- mdspan exception
1365
- mdspan functional
1366
- mdspan initializer_list
1367
- mdspan ios
1368
- mdspan iosfwd
1369
- mdspan iterator
1370
- mdspan limits
1371
- mdspan locale
1372
- mdspan memory
1373
- mdspan mutex
1374
- mdspan new
1375
- mdspan optional
1376
- mdspan ratio
1377
- mdspan span
1378
- mdspan stdexcept
1379
- mdspan streambuf
1380
- mdspan string
1381
- mdspan string_view
1382
- mdspan system_error
1383
- mdspan tuple
1384
- mdspan type_traits
1385
- mdspan typeinfo
1386
- mdspan unordered_map
1387
- mdspan utility
1388
- mdspan variant
1389
- mdspan vector
1390
1334
mdspan version
1391
1335
memory atomic
1392
1336
memory cctype
@@ -1416,42 +1360,15 @@ memory typeinfo
1416
1360
memory utility
1417
1361
memory variant
1418
1362
memory version
1419
- memory_resource algorithm
1420
- memory_resource atomic
1421
- memory_resource bit
1422
- memory_resource cctype
1423
- memory_resource cerrno
1424
- memory_resource climits
1425
- memory_resource cmath
1426
- memory_resource compare
1427
- memory_resource concepts
1428
1363
memory_resource cstddef
1429
1364
memory_resource cstdint
1430
- memory_resource cstdio
1431
1365
memory_resource cstdlib
1432
- memory_resource cstring
1433
- memory_resource ctime
1434
- memory_resource cwchar
1435
- memory_resource cwctype
1436
1366
memory_resource exception
1437
- memory_resource initializer_list
1438
1367
memory_resource iosfwd
1439
- memory_resource iterator
1440
- memory_resource limits
1441
- memory_resource memory
1442
- memory_resource mutex
1443
1368
memory_resource new
1444
- memory_resource optional
1445
- memory_resource ratio
1446
1369
memory_resource stdexcept
1447
- memory_resource string
1448
- memory_resource string_view
1449
- memory_resource system_error
1450
- memory_resource tuple
1451
1370
memory_resource type_traits
1452
1371
memory_resource typeinfo
1453
- memory_resource utility
1454
- memory_resource variant
1455
1372
memory_resource version
1456
1373
mutex algorithm
1457
1374
mutex atomic
@@ -1772,52 +1689,28 @@ random utility
1772
1689
random variant
1773
1690
random vector
1774
1691
random version
1775
- ranges algorithm
1776
- ranges array
1777
- ranges atomic
1778
- ranges bit
1779
1692
ranges cctype
1780
- ranges cerrno
1781
- ranges climits
1782
- ranges clocale
1783
1693
ranges cmath
1784
1694
ranges compare
1785
1695
ranges concepts
1786
- ranges cstdarg
1787
1696
ranges cstddef
1788
1697
ranges cstdint
1789
1698
ranges cstdio
1790
1699
ranges cstdlib
1791
1700
ranges cstring
1792
- ranges ctime
1793
1701
ranges cwchar
1794
1702
ranges cwctype
1795
1703
ranges exception
1796
- ranges functional
1797
1704
ranges initializer_list
1798
- ranges ios
1799
1705
ranges iosfwd
1800
1706
ranges iterator
1801
1707
ranges limits
1802
- ranges locale
1803
- ranges memory
1804
- ranges mutex
1805
1708
ranges new
1806
- ranges optional
1807
- ranges ratio
1808
- ranges span
1809
- ranges stdexcept
1810
- ranges streambuf
1811
- ranges string
1812
- ranges string_view
1813
- ranges system_error
1814
1709
ranges tuple
1815
1710
ranges type_traits
1816
1711
ranges typeinfo
1817
- ranges unordered_map
1818
1712
ranges utility
1819
1713
ranges variant
1820
- ranges vector
1821
1714
ranges version
1822
1715
ratio climits
1823
1716
ratio cstdint
You can’t perform that action at this time.
0 commit comments