[libcxx-commits] [libcxx] [libc++] Implement P2077R3: Heterogeneous erasure overloads for associative containers (PR #174680)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 9 05:47:55 PST 2026
================
@@ -149,6 +149,9 @@ public:
node_type extract(const_iterator position); // C++17
node_type extract(const key_type& x); // C++17
+ template <typename K>
----------------
frederick-vs-ja wrote:
I think we should use `class` in all newly added comments, which will be consistent with existent comments, produce code, and the standard wording.
https://github.com/llvm/llvm-project/pull/174680
More information about the libcxx-commits
mailing list