[libcxx-commits] [PATCH] D114761: [libc++][ranges] Implement [special.mem.concepts].
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 30 08:46:48 PST 2021
Mordante added a comment.
I only did a quick review since the review is already flagged for more work to be done.
================
Comment at: libcxx/test/std/algorithms/specialized.algorithms/special.mem.concepts/special.mem.concepts.compile.pass.cpp:13
+// template<class I>
+// concept __nothrow_input_iterator;
+// template<class S, class I>
----------------
In general we use one test per concept / function overload. Can you split this test?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114761/new/
https://reviews.llvm.org/D114761
More information about the libcxx-commits
mailing list