[all-commits] [llvm/llvm-project] 2393ab: [libc++] Fix unintended ABI break in associative c...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Dec 5 12:56:21 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2393ab65edda14cc416068ebee0b512228723877
https://github.com/llvm/llvm-project/commit/2393ab65edda14cc416068ebee0b512228723877
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2024-12-05 (Thu, 05 Dec 2024)
Changed paths:
M libcxx/include/__memory/compressed_pair.h
A libcxx/test/libcxx/containers/associative/reference_comparator_abi.compile.pass.cpp
Log Message:
-----------
[libc++] Fix unintended ABI break in associative containers with reference comparators (#118685)
While reference comparators are a terrible idea and it's not entirely
clear whether they are supported, fixing the unintended ABI break is
straightforward so we should do it as a first step.
Fixes #118559
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