[libcxx-commits] [libcxx] [DRAFT] [libc++] Add __is_transparently_comparable_v optimizations for multimap and for some map functions [Issue 187105] (PR #188799)

Michael Levine via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 26 11:06:31 PDT 2026


levinem wrote:

> FYI - https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue
> 
> Of course if you think it only covers a part of the issue, or the issue requires validation after landing, it's quite correct to say "relates to" or "part of".

Thanks for the tip!  I was planning on breaking up the issue surface area into two separate PRs, this one for `std::map` and `std::multimap` and the next pr for `std::set` and `std::multiset`.

https://github.com/llvm/llvm-project/pull/188799


More information about the libcxx-commits mailing list