11 Jul
2017
11 Jul
'17
12:02 a.m.
On 07/09/2017 02:30 PM, Phil Bouchard via Boost wrote:
Little change here in the code:
--- include/boost/smart_ptr/root_ptr.hpp (revision 678) +++ include/boost/smart_ptr/root_ptr.hpp (working copy) @@ -314,7 +314,8 @@
// upscale the proxy of the operand if (px_->depth() < p.px_->depth()) - propagate(p); + p.proxy(* px_); +
base::operator = (p);
That change was wrong and was reverted... -Phil