[libcxx-commits] [PATCH] D100429: [libc++][ranges] Add range.cmp: equal_to, not_equal_to, less, etc.
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 21 10:02:57 PDT 2021
zoecarver added inline comments.
================
Comment at: libcxx/test/support/pointer_comparison_test_helper.h:4
+
+#include <vector>
+#include <memory>
----------------
No need for std::vector or memory to be included here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100429/new/
https://reviews.llvm.org/D100429
More information about the libcxx-commits
mailing list