[all-commits] [llvm/llvm-project] 248716: [libc++] Fixes (|multi)_set spaceship operator. (#...
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sat Feb 15 11:15:53 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 248716f814d1d1fef88911d01a0b551d53c87c7a
https://github.com/llvm/llvm-project/commit/248716f814d1d1fef88911d01a0b551d53c87c7a
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2025-02-15 (Sat, 15 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
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