[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
Sat Feb 27 06:32:13 PST 2021


Mordante updated this revision to Diff 326901.
Mordante marked an inline comment as done.
Mordante added a comment.

- Use __to_underlying
- Don't depend on the exact value of the mask
- Use bitwise NOT according to the definition in the standard


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97115/new/

https://reviews.llvm.org/D97115

Files:
  libcxx/include/charconv
  libcxx/test/std/utilities/charconv/charconv.syn/chars_format.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97115.326901.patch
Type: text/x-patch
Size: 4578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210227/1106225d/attachment.bin>


More information about the libcxx-commits mailing list