Re: [v3] libstdc++/48635

2011-04-17 Thread Paolo Carlini
... applied mainline and branch this follow-up, see audit-trail for details. Tested x86_64-linux. Paolo. PS: Jon, looks like we are missing some constraining in the templated constructor and and assignment operator of the unique_ptr specialization? 2011-04-17 Daniel Krugle

[v3] libstdc++/48635

2011-04-15 Thread Paolo Carlini
Hi, tested x86_64-linux, committed mainline and 4_6-branch. Paolo. // 2011-04-15 Daniel Krugler Paolo Carlini PR libstdc++/48635 * include/bits/unique_ptr.h (unique_ptr<>::operator=(unique_ptr&&), unique_ptr<>::operator=(unique_ptr<>&&),