[libcxx-commits] [libcxx] [libc++] Implement P2077R3: Heterogeneous erasure overloads for associative containers (PR #174680)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 9 21:29:48 PST 2026
H-G-Hristov wrote:
> I think there is no need to create separate header `test_transparent_associative.h`
>
> Instead I suggest to rename `test_transparent_unordered.h ==> test_transparent_associatvie.h`
>
> Should I do it in this PR? It would just require renaming includes in a bunch of tests
Not an answer to this specifically: If you need to do some quick NFC refactoring like formatting etc. I'd recommend first to create a new PR with those changes and you can re-base your main PRs later. I think this is the preferred approach.
https://github.com/llvm/llvm-project/pull/174680
More information about the libcxx-commits
mailing list