[libcxx-commits] [PATCH] D97115: [libc++] Make chars_format a bitmask type.
Marek Kurdej via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Feb 27 09:19:06 PST 2021
curdeius accepted this revision.
curdeius added a comment.
LGTM.
================
Comment at: libcxx/include/charconv:84
#include <type_traits>
+#include <utility>
----------------
Hmm, if adding this include is too much, we might move `__to_underlying` to <type_traits> (which <utility> includes anyway). But let's see what others thinks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97115/new/
https://reviews.llvm.org/D97115
More information about the libcxx-commits
mailing list