[libcxx-commits] [PATCH] D92214: [libc++] Implement format_error.
Michael Schellenberger Costa via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 27 01:25:55 PST 2020
miscco accepted this revision.
miscco added inline comments.
================
Comment at: libcxx/include/format:231
+public:
+ _LIBCPP_INLINE_VISIBILITY explicit format_error(const string& __s)
+ : runtime_error(__s) {}
----------------
It pains me to see this in C++20 feature
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