diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2022-02-02 17:04:58 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2022-02-02 17:08:54 +0000 |
commit | c123096cf14ac87875bba51279e46cceeb18faa1 (patch) | |
tree | cb898bfaa57fb66011f59cc04089a5414a2c349a /gcc | |
parent | b229c5186093fa6603030ae83d5fe640ef7051a4 (diff) | |
download | gcc-c123096cf14ac87875bba51279e46cceeb18faa1.zip gcc-c123096cf14ac87875bba51279e46cceeb18faa1.tar.gz gcc-c123096cf14ac87875bba51279e46cceeb18faa1.tar.bz2 |
libstdc++: Fix invalid instantiations in tests
These tests instantiate std::multiset and std::set with a type that has
no operator< so they should use a custom comparison function.
libstdc++-v3/ChangeLog:
* testsuite/23_containers/multiset/operators/cmp_c++20.cc: Use
custom comparison function for multiset.
* testsuite/23_containers/set/operators/cmp_c++20.cc: Use custom
comparison function for set.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions