23 Aug
2017
23 Aug
'17
9:53 a.m.
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.