[libcxx-commits] [libcxx] [libc++] [NFC] Rename transparency test header & reformat it (PR #175386)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 12 06:56:30 PST 2026
philnik777 wrote:
> > Why is this renamed?
>
> Because the linked PR for P2077R3 (which also changes "ordered" associative containers) intends to reuse utilities in this file.
The problem is that the unordered containers and associative containers are separate thing. This PR makes the naming strictly worse, and I don't see how that would ever be an improvement. There is no such thing as an unordered associative container.
https://github.com/llvm/llvm-project/pull/175386
More information about the libcxx-commits
mailing list