[libcxx-commits] [PATCH] D136711: [libc++] Improves modular build.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 1 11:42:40 PDT 2022


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

Per live discussion, these issues were found in one of @Mordante 's WIP patch for format/ranges support. Hence, this would trigger errors with our existing tests, and no additional testing is really necessary.



================
Comment at: libcxx/include/__format/formatter_output.h:1
 // -*- C++ -*-
 //===----------------------------------------------------------------------===//
----------------
Not attached: there's a typo in the commit message `Makes sure headers having a xxx_resul as return type export the proper`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136711/new/

https://reviews.llvm.org/D136711



More information about the libcxx-commits mailing list