[libcxx-commits] [libcxx] [libc++] Implement P3168R2: Give optional range support (PR #149441)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 25 00:09:12 PDT 2025
================
@@ -2,6 +2,7 @@ algorithm cctype
algorithm climits
algorithm compare
algorithm cstdint
+algorithm cstdio
----------------
frederick-vs-ja wrote:
We need `range_format` and `format_kind` here. But `<__format/range_format.h>` drags in `<__format/concepts.h>`, which in turn drags in `<string_view>` and several unnecessary stuffs.
https://github.com/llvm/llvm-project/pull/149441
More information about the libcxx-commits
mailing list