[libcxx-commits] [PATCH] D92214: [libc++] Implement format_error.
Marek Kurdej via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 2 12:04:52 PST 2020
curdeius requested changes to this revision.
curdeius added inline comments.
This revision now requires changes to proceed.
================
Comment at: libcxx/test/libcxx/double_include.sh.cpp:78
#include <forward_list>
+#include <format>
#include <functional>
----------------
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
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