[libcxx-commits] [PATCH] D92214: [libc++] Implement format_error.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 3 09:31:48 PST 2020


Mordante marked an inline comment as done.
Mordante added inline comments.


================
Comment at: libcxx/test/libcxx/double_include.sh.cpp:78
 #include <forward_list>
+#include <format>
 #include <functional>
----------------
curdeius wrote:
> I almost forgot. Please have a look at the updated notes. There are two more places to add a new header.
> https://libcxx.llvm.org/docs/Contributing.html#id3
Thanks! I'll update them in the next release. I'll also properly move the format header to keep them sorted.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92214



More information about the libcxx-commits mailing list