[libcxx-commits] [PATCH] D97115: [libc++] Make chars_format a bitmask type.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 1 09:59:04 PST 2021


Mordante added inline comments.


================
Comment at: libcxx/include/charconv:84
 #include <type_traits>
+#include <utility>
 
----------------
curdeius wrote:
> 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.
Agreed.


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