Re: [google 4_7] backport "std::unique_ptr improvements"

2013-01-03 Thread Paul Pluzhnikov
On Thu, Jan 3, 2013 at 3:46 PM, Lawrence Crowl wrote: > Relax the restrictions on argument types to a unique_ptr > instantiated on an array type. This patch is a backport > of Jonathan Wakely's "std::unique_ptr improvements" > http://gcc.gnu.org/ml/gcc-patches/2012-12/msg01271.html to the > googl

[google 4_7] backport "std::unique_ptr improvements"

2013-01-03 Thread Lawrence Crowl
Relax the restrictions on argument types to a unique_ptr instantiated on an array type. This patch is a backport of Jonathan Wakely's "std::unique_ptr improvements" http://gcc.gnu.org/ml/gcc-patches/2012-12/msg01271.html to the google 4.7 branch. The existing unique_ptr admits no conversions, not