$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [intrusive] join lists
From: Tim Blechmann (tim_at_[hidden])
Date: 2010-06-06 12:00:26
>> 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.
stupid me ... could have found it myself ...
thanks, tim