[all-commits] [llvm/llvm-project] b1b64d: [NFC] [libcxx] Remove shared_ptr's no-rvalue uniqu...
Zoe Carver via All-commits
all-commits at lists.llvm.org
Mon Jun 8 09:49:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b1b64dbef1e2bd46953c5bc77a15e6b4d7e97563
https://github.com/llvm/llvm-project/commit/b1b64dbef1e2bd46953c5bc77a15e6b4d7e97563
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2020-06-08 (Mon, 08 Jun 2020)
Changed paths:
M libcxx/include/memory
M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/unique_ptr.pass.cpp
Log Message:
-----------
[NFC] [libcxx] Remove shared_ptr's no-rvalue unique_ptr converting constructor.
All compilers supported by libc++ have rvalues in C++03 mode so, there is no need for this non-rvalue overload.
Differential Revision: https://reviews.llvm.org/D80881
More information about the All-commits
mailing list