[libcxx-commits] [PATCH] D120921: [libc++][format] Adds a formattable concept.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 3 10:28:48 PST 2022


Mordante created this revision.
Herald added a subscriber: mgorny.
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++.

The concept is based on P2286R2 Formatting Ranges. It will be used to
optimise the storage of __format_arg_store as required by LWG-3473.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120921

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__format/concepts.h
  libcxx/include/__format/format_context.h
  libcxx/include/__format/format_fwd.h
  libcxx/include/format
  libcxx/include/module.modulemap
  libcxx/test/libcxx/diagnostics/detail.headers/format/concepts.module.verify.cpp
  libcxx/test/libcxx/utilities/format/format.formatter/format.formatter.spec/formattable.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120921.412762.patch
Type: text/x-patch
Size: 18057 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220303/b4a42f4a/attachment-0001.bin>


More information about the libcxx-commits mailing list