File tree Expand file tree Collapse file tree 9 files changed +47
-4
lines changed
test/libcxx/transitive_includes Expand file tree Collapse file tree 9 files changed +47
-4
lines changed Original file line number Diff line number Diff line change 22
22
#include < __utility/unreachable.h>
23
23
24
24
#ifndef _LIBCPP_HAS_NO_LOCALIZATION
25
- # include < locale >
25
+ # include < __locale >
26
26
#endif
27
27
28
28
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
Original file line number Diff line number Diff line change 32
32
#include < string_view>
33
33
34
34
#ifndef _LIBCPP_HAS_NO_LOCALIZATION
35
- # include < locale >
35
+ # include < __locale >
36
36
#endif
37
37
38
38
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
Original file line number Diff line number Diff line change @@ -2972,6 +2972,7 @@ _LIBCPP_POP_MACROS
2972
2972
# include < atomic>
2973
2973
# include < concepts>
2974
2974
# include < cstdlib>
2975
+ # include < locale>
2975
2976
# include < type_traits>
2976
2977
# include < typeinfo>
2977
2978
# include < utility>
Original file line number Diff line number Diff line change @@ -839,13 +839,17 @@ system_error type_traits
839
839
system_error version
840
840
thread array
841
841
thread atomic
842
+ thread cctype
842
843
thread cerrno
843
844
thread chrono
845
+ thread clocale
844
846
thread compare
845
847
thread cstddef
846
848
thread cstdint
849
+ thread cstdlib
847
850
thread cstring
848
851
thread ctime
852
+ thread cwchar
849
853
thread functional
850
854
thread iosfwd
851
855
thread limits
@@ -954,8 +958,10 @@ variant version
954
958
vector algorithm
955
959
vector array
956
960
vector atomic
961
+ vector cctype
957
962
vector cerrno
958
963
vector climits
964
+ vector clocale
959
965
vector compare
960
966
vector concepts
961
967
vector cstddef
Original file line number Diff line number Diff line change @@ -841,13 +841,17 @@ system_error type_traits
841
841
system_error version
842
842
thread array
843
843
thread atomic
844
+ thread cctype
844
845
thread cerrno
845
846
thread chrono
847
+ thread clocale
846
848
thread compare
847
849
thread cstddef
848
850
thread cstdint
851
+ thread cstdlib
849
852
thread cstring
850
853
thread ctime
854
+ thread cwchar
851
855
thread functional
852
856
thread iosfwd
853
857
thread limits
@@ -956,8 +960,10 @@ variant version
956
960
vector algorithm
957
961
vector array
958
962
vector atomic
963
+ vector cctype
959
964
vector cerrno
960
965
vector climits
966
+ vector clocale
961
967
vector compare
962
968
vector concepts
963
969
vector cstddef
Original file line number Diff line number Diff line change @@ -841,13 +841,17 @@ system_error type_traits
841
841
system_error version
842
842
thread array
843
843
thread atomic
844
+ thread cctype
844
845
thread cerrno
845
846
thread chrono
847
+ thread clocale
846
848
thread compare
847
849
thread cstddef
848
850
thread cstdint
851
+ thread cstdlib
849
852
thread cstring
850
853
thread ctime
854
+ thread cwchar
851
855
thread functional
852
856
thread iosfwd
853
857
thread limits
@@ -956,8 +960,10 @@ variant version
956
960
vector algorithm
957
961
vector array
958
962
vector atomic
963
+ vector cctype
959
964
vector cerrno
960
965
vector climits
966
+ vector clocale
961
967
vector compare
962
968
vector concepts
963
969
vector cstddef
Original file line number Diff line number Diff line change @@ -846,12 +846,16 @@ system_error type_traits
846
846
system_error version
847
847
thread array
848
848
thread atomic
849
+ thread cctype
849
850
thread cerrno
851
+ thread clocale
850
852
thread compare
851
853
thread cstddef
852
854
thread cstdint
855
+ thread cstdlib
853
856
thread cstring
854
857
thread ctime
858
+ thread cwchar
855
859
thread functional
856
860
thread iosfwd
857
861
thread limits
@@ -960,8 +964,10 @@ variant version
960
964
vector algorithm
961
965
vector array
962
966
vector atomic
967
+ vector cctype
963
968
vector cerrno
964
969
vector climits
970
+ vector clocale
965
971
vector compare
966
972
vector concepts
967
973
vector cstddef
Original file line number Diff line number Diff line change @@ -585,11 +585,16 @@ system_error string
585
585
system_error version
586
586
thread array
587
587
thread atomic
588
+ thread cctype
588
589
thread cerrno
590
+ thread clocale
589
591
thread compare
590
592
thread cstddef
591
593
thread cstdint
594
+ thread cstdlib
595
+ thread cstring
592
596
thread ctime
597
+ thread cwchar
593
598
thread initializer_list
594
599
thread iosfwd
595
600
thread limits
@@ -601,6 +606,7 @@ thread stdexcept
601
606
thread string
602
607
thread string_view
603
608
thread tuple
609
+ thread typeinfo
604
610
thread version
605
611
tuple compare
606
612
tuple cstddef
@@ -658,20 +664,23 @@ variant new
658
664
variant tuple
659
665
variant version
660
666
vector array
667
+ vector cctype
661
668
vector cerrno
662
669
vector climits
670
+ vector clocale
663
671
vector compare
664
672
vector cstddef
665
673
vector cstdint
674
+ vector cstdlib
666
675
vector cstring
667
676
vector cwchar
668
677
vector initializer_list
669
678
vector iosfwd
670
679
vector limits
671
- vector locale
672
680
vector new
673
681
vector stdexcept
674
682
vector string
675
683
vector string_view
676
684
vector tuple
685
+ vector typeinfo
677
686
vector version
Original file line number Diff line number Diff line change @@ -585,11 +585,16 @@ system_error string
585
585
system_error version
586
586
thread array
587
587
thread atomic
588
+ thread cctype
588
589
thread cerrno
590
+ thread clocale
589
591
thread compare
590
592
thread cstddef
591
593
thread cstdint
594
+ thread cstdlib
595
+ thread cstring
592
596
thread ctime
597
+ thread cwchar
593
598
thread initializer_list
594
599
thread iosfwd
595
600
thread limits
@@ -601,6 +606,7 @@ thread stdexcept
601
606
thread string
602
607
thread string_view
603
608
thread tuple
609
+ thread typeinfo
604
610
thread version
605
611
tuple compare
606
612
tuple cstddef
@@ -658,20 +664,23 @@ variant new
658
664
variant tuple
659
665
variant version
660
666
vector array
667
+ vector cctype
661
668
vector cerrno
662
669
vector climits
670
+ vector clocale
663
671
vector compare
664
672
vector cstddef
665
673
vector cstdint
674
+ vector cstdlib
666
675
vector cstring
667
676
vector cwchar
668
677
vector initializer_list
669
678
vector iosfwd
670
679
vector limits
671
- vector locale
672
680
vector new
673
681
vector stdexcept
674
682
vector string
675
683
vector string_view
676
684
vector tuple
685
+ vector typeinfo
677
686
vector version
You can’t perform that action at this time.
0 commit comments