[libcxx-commits] [PATCH] D69603: [libcxx] Add deduction guides for shared_ptr and weak_ptr

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 7 09:40:08 PDT 2020


ldionne added a comment.

Thanks! Committed as

  commit 83564056d4b186c9fcf016cdbb388755009f7b5a
  Author: Logan Smith <logan.r.smith0 at gmail.com>
  Date:   Thu May 7 12:07:01 2020 -0400
  
      [libcxx] Add deduction guides for shared_ptr and weak_ptr
  
      This patch adds deduction guides to <memory> to allow deducing
      construction of shared_ptrs from unique_ptrs, and from weak_ptrs
      and vice versa, as specified by C++17.
  
      Differential Revision: https://reviews.llvm.org/D69603


Repository:
  rCXX libc++

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69603/new/

https://reviews.llvm.org/D69603





More information about the libcxx-commits mailing list