]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Add missing equality comparison in new tests [PR117921]
authorJonathan Wakely <jwakely@redhat.com>
Mon, 9 Dec 2024 09:36:15 +0000 (09:36 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 28 Feb 2025 15:27:45 +0000 (15:27 +0000)
commit6e97d601f18141a67d0896122187e556d5f3d6c4
treeced64d871970738b5c45b07e08fda33a490c692f
parentdd8866d79632ddcf4811859e98f5c990627d5727
libstdc++: Add missing equality comparison in new tests [PR117921]

These new tests fail in Debug Mode because the allocator types aren't
equality comparable.

libstdc++-v3/ChangeLog:

PR libstdc++/117921
* testsuite/23_containers/set/modifiers/swap/adl.cc: Add
equality comparison for Allocator.
* testsuite/23_containers/unordered_set/modifiers/swap-2.cc:
Likewise.

(cherry picked from commit 5cdd78b39725fb1d82cb6bd68e8f56bf4f5d51cd)
libstdc++-v3/testsuite/23_containers/set/modifiers/swap/adl.cc
libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/swap-2.cc