File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,8 @@ class basic_string;
55}
66template <typename , typename > class basic_istream ;
77template <typename > struct __get_first_arg ;
8- template <typename _Ptr> using __ptr_traits_elem_t = __get_first_arg<_Ptr>;
9- template <typename > struct __ptr_traits_impl ;
10- template <typename _Ptr>
11- struct pointer_traits : __ptr_traits_impl<__ptr_traits_elem_t <_Ptr>> {};
128struct allocator_traits {
13- using type = pointer_traits <int >;
9+ using type = __get_first_arg <int >;
1410};
1511} // namespace std
1612namespace std {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ namespace CommandLine {
2828extern const int RootExamples[];
2929}
3030
31- // expected-warning@Inputs/ctu-test-import-failure-import.cpp:18 {{incompatible definitions}}
32- // expected-warning@Inputs/ctu-test-import-failure-import.cpp:18 {{incompatible definitions}}
33- // expected-note@Inputs/ctu-test-import-failure-import.cpp:18 {{no corresponding field here}}
34- // expected-note@Inputs/ctu-test-import-failure-import.cpp:18 {{no corresponding field here}}
31+ // expected-warning@Inputs/ctu-test-import-failure-import.cpp:14 {{incompatible definitions}}
32+ // expected-warning@Inputs/ctu-test-import-failure-import.cpp:14 {{incompatible definitions}}
33+ // expected-note@Inputs/ctu-test-import-failure-import.cpp:14 {{no corresponding field here}}
34+ // expected-note@Inputs/ctu-test-import-failure-import.cpp:14 {{no corresponding field here}}
You can’t perform that action at this time.
0 commit comments