[libcxx-commits] [PATCH] D103413: [libc++][format] Implement Unicode support.
Victor Zverovich via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jul 11 09:48:51 PDT 2021
vitaut added inline comments.
================
Comment at: libcxx/include/__format/parser_std_format_spec.h:19
#include <__variant/monostate.h>
+#include <algorithm>
+#include <bit>
----------------
I wonder if it is possible to pull in a subset of `<algorithm>` because the whole thing is enormous, especially in C++20?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103413/new/
https://reviews.llvm.org/D103413
More information about the libcxx-commits
mailing list