[libcxx-commits] [libcxx] [libc++] Reduce the amount of formatter code included in <vector> (PR #178683)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 11 07:54:31 PST 2026
================
@@ -0,0 +1,59 @@
+// -*- C++ -*-
----------------
ldionne wrote:
Suggestion: introduce another free function that implements the stuff and has the dependencies. Fwd declare from formatter_bool.
Goal: to not introduce yet another way of doing fwd decls.
https://github.com/llvm/llvm-project/pull/178683
More information about the libcxx-commits
mailing list