[libcxx-commits] [flang] [clang] [lldb] [libc] [compiler-rt] [clang-tools-extra] [lld] [llvm] [libcxx] [openmp] Gcc 75 libomptarget type convert (PR #75562)
Joseph Huber via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Dec 15 05:04:20 PST 2023
================
@@ -47,7 +47,9 @@ PluginAdaptorTy::create(const std::string &Name) {
new PluginAdaptorTy(Name, std::move(LibraryHandler)));
if (auto Err = PluginAdaptor->init())
return Err;
- return PluginAdaptor;
----------------
jhuber6 wrote:
Does putting `std::move` here not work?
https://github.com/llvm/llvm-project/pull/75562
More information about the libcxx-commits
mailing list