[libcxx-commits] [PATCH] D132327: [libc++] Implement P2445R1 (`std::forward_like`)
Hui via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Aug 28 02:42:05 PDT 2022
huixie90 accepted this revision as: huixie90.
huixie90 added a comment.
LGTM with nits. I will leave the final approval to others who also commented on this patch.
================
Comment at: libcxx/test/std/utilities/utility/forward_like/forward_like.msvc/test.pass.cpp:12
+// Includes Microsoft's test that tests the entire header.
+
+#include "test.cpp"
----------------
Is this test supposed to be running on gcc/clang? I am slightly confused because it is in "msvc" folder
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132327/new/
https://reviews.llvm.org/D132327
More information about the libcxx-commits
mailing list