[libcxx-commits] [libcxx] [libc++] P3168R2 Give std::optional Range Support (PR #146491)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 1 06:35:22 PDT 2025


================
@@ -187,6 +200,8 @@ namespace std {
 #  include <__concepts/invocable.h>
 #  include <__config>
 #  include <__exception/exception.h>
+#  include <__format/format_context.h>
----------------
philnik777 wrote:

Why is this include needed?

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


More information about the libcxx-commits mailing list