[libcxx-commits] [libcxx] [libc++][NFC] Centralize test for support of == and != in ranges (PR #78481)
Will Hawkins via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 13 14:56:02 PDT 2024
================
@@ -10,9 +10,11 @@
#define LIBCXX_TEST_SUPPORT_TEST_RANGE_H
#include <concepts>
+#include <functional>
#include <iterator>
#include <ranges>
+#include "__concepts/invocable.h"
----------------
hawkinsw wrote:
I believe that I addressed this with ee61f15cfef3fd8b08d818d7455c2192d94980ea.
https://github.com/llvm/llvm-project/pull/78481
More information about the libcxx-commits
mailing list