[libcxx-commits] [PATCH] D115991: [libc++][format] Adds formatter handle.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Dec 18 07:43:12 PST 2021


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

This implements the handler according to P0645. P2418 <https://reviews.llvm.org/P2418> changes the wording
in the Standard. That isn't implemented and requires changes in more
places. LWG3631 applies modifications to P2418 <https://reviews.llvm.org/P2418>, but is currently
unresolved.

Implements parts of:

- P0645 Text Formatting

Depends on D115989 <https://reviews.llvm.org/D115989>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115991

Files:
  libcxx/include/__format/format_arg.h
  libcxx/include/format
  libcxx/test/std/utilities/format/format.formatter/format.context/format.formatter.spec/formatter.handle.pass.cpp
  libcxx/test/std/utilities/format/format.functions/format_tests.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115991.395292.patch
Type: text/x-patch
Size: 11222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211218/585c8250/attachment.bin>


More information about the libcxx-commits mailing list