[all-commits] [llvm/llvm-project] 819cac: [libc++] Fixes (|multi)_set spaceship operator. (#...
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Feb 18 15:09:23 PST 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: 819cac64004322cf260636c770f41a9016810903
https://github.com/llvm/llvm-project/commit/819cac64004322cf260636c770f41a9016810903
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M libcxx/include/set
M libcxx/test/support/test_container_comparisons.h
Log Message:
-----------
[libc++] Fixes (|multi)_set spaceship operator. (#127326)
The operators did not have a _Compare template arguement. The fix
updates the generic container test to use allocators for all types used.
No other issues were found.
Fixes: #127095
(cherry picked from commit 248716f814d1d1fef88911d01a0b551d53c87c7a)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list