Boost logo

Boost :

Subject: Re: [boost] [root_ptr] Deterministic Javascript-like memory manager
From: Phil Bouchard (philippeb8_at_[hidden])
Date: 2017-07-11 00:02:28


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk