[libcxx-commits] [libcxx] [libc++][NFC] Add additional tests for begin/end of std::ranges::take_view (PR #79085)
Konstantin Varlamov via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 1 16:05:19 PDT 2024
================
@@ -13,7 +13,9 @@
#include <ranges>
#include <cassert>
+#include <utility>
+#include "__ranges/concepts.h"
----------------
var-const wrote:
I don't think this header is actually used? In general, we shouldn't include internal headers in tests -- our test suite is intended to be generic and is used by other implementations.
https://github.com/llvm/llvm-project/pull/79085
More information about the libcxx-commits
mailing list