Allow unique_ptr<T const []> to be constructed with a T* (in addition to a const T*)
authorHoward Hinnant <hhinnant@apple.com>
Fri, 16 Dec 2011 15:37:23 +0000 (15:37 +0000)
committerHoward Hinnant <hhinnant@apple.com>
Fri, 16 Dec 2011 15:37:23 +0000 (15:37 +0000)
commitd6f44b6601558b8fb0f52e88dfeb48860fafe3ef
tree67042650d73d8aa28267a849dcbc5688334e17ff
parent2c899a181cf8006fb5f445dfabe60a8ed289163d
Allow unique_ptr<T const []> to be constructed with a T* (in addition to a const T*)

llvm-svn: 146736
libcxx/include/memory