[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:54 PST 2026


================
@@ -46,7 +46,7 @@ struct transparent_equal_final final : std::equal_to<> {};
 
 template <typename T>
 struct SearchedType {
-  explicit SearchedType(T value, int *counter) : value_(value), conversions_(counter) { }
+  explicit SearchedType(T value, int* counter) : value_(value), conversions_(counter) {}
----------------
frederick-vs-ja wrote:

Ditto, pure reformatting should be dropped. In this file the reformatting affects many lines.

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


More information about the libcxx-commits mailing list