[all-commits] [llvm/llvm-project] ed0aa9: [libc++] Add _LIBCPP_NO_UNIQUE_ADDRESS to flat_{, m...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Wed May 7 07:10:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed0aa9961caa177098e9b7e69e98034d676f192e
https://github.com/llvm/llvm-project/commit/ed0aa9961caa177098e9b7e69e98034d676f192e
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-05-07 (Wed, 07 May 2025)
Changed paths:
M libcxx/include/__flat_map/flat_map.h
M libcxx/include/__flat_map/flat_multimap.h
Log Message:
-----------
[libc++] Add _LIBCPP_NO_UNIQUE_ADDRESS to flat_{,multi}map::value_compare (#137594)
This breaks the ABI of `flat_{,multi}map::value_compare`, but this type
has only been introduced in LLVM 20, so it should be very unlikely that
we break anybody if we back-port this now.
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