$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Intrusive]
From: Seth (bugs_at_[hidden])
Date: 2017-08-23 09:53:38
On 23-08-17 09:18, degski via Boost wrote:
> This is confusing, as that might not be true in case of C++11 and up. Does
> (or rather, can) move-construction invalidate the use case for Intrusive
> containers?
It's still the same. Even when moving into c++11 containers, the
container owns the object instances. Intrusive containers do not.