[libcxx-commits] [PATCH] D114761: [libc++][ranges] Implement [special.mem.concepts].
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 1 08:25:11 PST 2021
jloser added inline comments.
================
Comment at: libcxx/test/libcxx/algorithms/specialized.algorithms/special.mem.concepts/nothrow_sentinel_for.compile.pass.cpp:21
+#include "test_range.h"
+#include "MoveOnly.h"
+
----------------
Is this include needed? Same with `"test_range.h"`, etc.
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