Boost logo

Boost :

Subject: Re: [boost] [Containers Library Review] The review of the Containers library by Ion Gaztanaga starts today
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2011-08-08 03:54:30


El 08/08/2011 7:20, Eric Niebler escribió:
> On 8/3/2011 3:53 AM, John Maddock wrote:
>> o slist: the classic pre-standard singly linked list container."
>
> In the forthcoming C++11 standard, this is called forward_list.

Yes, but both are different as this slist has a constant-time size.
forward_list is more targeted to constant-time splice and I plan to add
it ASAP, since C++03 implementation is trivial thanks to
Boost.Intrusive. Then we need to add some C++11 features like
initializer lists.

Best,

Ion


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