[libcxx-commits] [PATCH] D131176: [NFC][libc++][format] Renames __char_type concept.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 4 09:00:56 PDT 2022


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

Move the concept to the concepts header and uses a name in the style of
P2286 <https://reviews.llvm.org/P2286>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D131176

Files:
  libcxx/include/__format/buffer.h
  libcxx/include/__format/concepts.h
  libcxx/include/__format/formatter.h
  libcxx/include/__format/formatter_bool.h
  libcxx/include/__format/formatter_char.h
  libcxx/include/__format/formatter_floating_point.h
  libcxx/include/__format/formatter_integer.h
  libcxx/include/__format/formatter_integral.h
  libcxx/include/__format/formatter_pointer.h
  libcxx/include/__format/formatter_string.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131176.450009.patch
Type: text/x-patch
Size: 17956 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220804/9703c0e6/attachment-0001.bin>


More information about the libcxx-commits mailing list