[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
[NFC] [libcxx] Remove shared_ptr's no-rvalue unique_ptr converting constructor. zoecarver on Jun 8 2020, 9:47 AM. Authored by
Description
Details
|