libstdc++: Qualify functions used in tests
authorJonathan Wakely <jwakely@redhat.com>
Mon, 24 May 2021 17:42:09 +0000 (18:42 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 24 May 2021 17:42:09 +0000 (18:42 +0100)
commit6fdc59f196c3e1b4aeeb8a0407d4eb40645c5251
treee7ba84e13a693759b89ada6ca253df7c3b57ec20
parent0e3b3b77e13cac764a135a7118613c47686e0a62
libstdc++: Qualify functions used in tests

These tests rely on ADL for some functions, probably unintentionally.
The calls only work because the iterator wrappers derive from
std::iterator and so namespace std is an associated namespace.

libstdc++-v3/ChangeLog:

* testsuite/25_algorithms/inplace_merge/constrained.cc: Qualify
call to ranges::next.
* testsuite/25_algorithms/is_sorted/constrained.cc: Likewise.
* testsuite/25_algorithms/is_sorted_until/constrained.cc:
Likewise.
* testsuite/25_algorithms/swap_ranges/1.cc: Qualify call to
swap_ranges.
libstdc++-v3/testsuite/25_algorithms/inplace_merge/constrained.cc
libstdc++-v3/testsuite/25_algorithms/is_sorted/constrained.cc
libstdc++-v3/testsuite/25_algorithms/is_sorted_until/constrained.cc
libstdc++-v3/testsuite/25_algorithms/swap_ranges/1.cc