$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [intrusive] join lists
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2010-06-06 03:59:06
On 06/06/2010 5:32, Tim Blechmann wrote:
> hi all,
>
> is there a way to join two instances of boost.intrusive in constant time?
Maybe using
void splice(const_iterator p, list_impl& x)
is what you are looking for.
Best,
Ion