[libcxx-commits] [PATCH] D120921: [libc++][format] Adds a formattable concept.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 16 14:11:58 PDT 2022
ldionne added a comment.
Please ping me on Discord if I should be reviewing this -- my understanding is that it's for a not-yet-approved paper? (if so, you can mark this as "changes planned" until you'd like a review)
================
Comment at: libcxx/include/__format/concepts.h:32
+// to support compilers with partial C++20 support.
+# if !defined(_LIBCPP_HAS_NO_CONCEPTS)
+
----------------
This can be rebased out!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120921/new/
https://reviews.llvm.org/D120921
More information about the libcxx-commits
mailing list