[libc-commits] [PATCH] D128809: [libc][test] Remove dependency on sstream in algorithm_test.cpp
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Jun 29 07:53:36 PDT 2022
gchatelet added inline comments.
================
Comment at: libc/test/src/string/memory_utils/algorithm_test.cpp:11
+#include <type_traits>
+#include <vector>
----------------
courbet wrote:
> Is this fine ?
It should as this is not testing implementations, only libraries.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128809/new/
https://reviews.llvm.org/D128809
More information about the libc-commits
mailing list