
8 Aug
2011
8 Aug
'11
7:54 a.m.
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