libstdc++: Remove redundant std:: qualification
authorJonathan Wakely <jwakely@redhat.com>
Fri, 19 Jun 2020 14:02:54 +0000 (15:02 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 19 Jun 2020 14:02:54 +0000 (15:02 +0100)
commita7a3932e4b698f205273cfa78c7aa8ab6840542a
treea4a1b805769ccf0c8ab4953de6e6ed885212a0b8
parentabed8b56b92b103275e6871b689862c0495b761b
libstdc++: Remove redundant std:: qualification

* include/bits/stl_pair.h (_Index_tuple): Remove redundant
namespace qualification.
(pair::pair(tuple<>&, tuple<>&, _Index_tuple, _Index_tuple)):
Likewise.
* include/std/tuple (_Head_base, _Tuple_impl, tuple_size)
(tuple_element, __get_helper, get, __make_tuple_impl)
(__make_1st_indices, __tuple_concater)
(pair::pair(tuple<>&, tuple<>&, _Index_tuple, _Index_tuple)):
Likewise.
* include/std/utility (tuple_element, __is_tuple_like_impl)
(tuple_size, __pair_get, get): Likewise.
libstdc++-v3/include/bits/stl_pair.h
libstdc++-v3/include/std/tuple
libstdc++-v3/include/std/utility