aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2021-05-24 18:42:09 +0100
committerJonathan Wakely <jwakely@redhat.com>2021-05-24 18:42:09 +0100
commit6fdc59f196c3e1b4aeeb8a0407d4eb40645c5251 (patch)
treee7ba84e13a693759b89ada6ca253df7c3b57ec20 /gcc
parent0e3b3b77e13cac764a135a7118613c47686e0a62 (diff)
downloadgcc-6fdc59f196c3e1b4aeeb8a0407d4eb40645c5251.zip
gcc-6fdc59f196c3e1b4aeeb8a0407d4eb40645c5251.tar.gz
gcc-6fdc59f196c3e1b4aeeb8a0407d4eb40645c5251.tar.bz2
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.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions