[libcxx-commits] [PATCH] D113831: [libc++][NFC] Move format_to_n_result.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Nov 13 10:47:02 PST 2021


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

Places `format_to_n_result` to its own file. While working on D112361 <https://reviews.llvm.org/D112361> it
turns out the type will be used outside the format header.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113831

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__format/format_to_n_result.h
  libcxx/include/format
  libcxx/include/module.modulemap
  libcxx/test/libcxx/diagnostics/detail.headers/format/format_to_n_result.module.verify.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113831.387037.patch
Type: text/x-patch
Size: 4173 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211113/d42a71c6/attachment.bin>


More information about the libcxx-commits mailing list