[libcxx-commits] [PATCH] D130997: [libc++] `uninitialized_copy_result`, `uninitialized_copy_n_result`, `uninitialized_move_n_result` defined in `<memory>`

Igor Zhukov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 2 10:11:57 PDT 2022


fsb4000 created this revision.
fsb4000 added a project: libc++.
Herald added a project: All.
fsb4000 requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Found by @cpplearner (https://github.com/microsoft/STL/pull/2976#discussion_r935440806)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130997

Files:
  libcxx/test/std/algorithms/ranges_result_alias_declarations.compile.pass.cpp


Index: libcxx/test/std/algorithms/ranges_result_alias_declarations.compile.pass.cpp
===================================================================
--- libcxx/test/std/algorithms/ranges_result_alias_declarations.compile.pass.cpp
+++ libcxx/test/std/algorithms/ranges_result_alias_declarations.compile.pass.cpp
@@ -14,6 +14,7 @@
 // ensure that all result alias declarations are defined
 
 #include <algorithm>
+#include <memory>
 #include <type_traits>
 
 using namespace std::ranges;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130997.449327.patch
Type: text/x-patch
Size: 489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220802/dba1e529/attachment.bin>


More information about the libcxx-commits mailing list