[libcxx-commits] [libcxx] [libc++][NFC] Add additional tests for begin/end of std::ranges::take_view (PR #79085)

Will Hawkins via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 8 05:24:31 PDT 2024


================
@@ -13,7 +13,9 @@
 
 #include <ranges>
 #include <cassert>
+#include <utility>
 
+#include "__ranges/concepts.h"
----------------
hawkinsw wrote:

Ack!

https://github.com/llvm/llvm-project/pull/79085


More information about the libcxx-commits mailing list