[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 20 02:08:21 PST 2021


Mordante created this revision.
Mordante added a reviewer: ldionne.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Some of Microsoft's unit tests in D70631 <https://reviews.llvm.org/D70631> fail because libc++'s
implementation of std::chars_format isn't a proper bitmask type. Adding
the required functions to make std::chars_format a proper bitmask type.

Implements parts of P0067: Elementary string conversions


Repository:
  rG LLVM Github Monorepo

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.325174.patch
Type: text/x-patch
Size: 4324 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210220/016896da/attachment.bin>


More information about the libcxx-commits mailing list