[libcxx-commits] [libcxx] [libc++] Implement P3168R2: Give optional range support (PR #149441)

William Tran-Viet via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 21 10:19:44 PDT 2025


================
@@ -2,6 +2,7 @@ algorithm cctype
 algorithm climits
 algorithm compare
 algorithm cstdint
+algorithm cstdio
----------------
smallp-o-p wrote:

I'm pretty sure it comes from a transitive include originating from `__format/range_format.h`. I ran into an issue when including it unguarded because somewhere along the chain `string_view` gets included twice in an `<algorithm>` sub-header. 

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


More information about the libcxx-commits mailing list