$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Maxim Egorushkin (e-maxim_at_[hidden])
Date: 2003-06-15 13:39:53
"David Abrahams" <dave_at_[hidden]> wrote in message
news:u7k7nb9ef.fsf_at_boost-consulting.com...
> In this version of MPL, vector only supports push_front/pop_front, so
> that it's possible to write algorithms which work on both lists and
> vectors. The next version will fix that by providing list (O(1) front
> operations), vector (O(1) back operations), and deque (both).
>
> HTH,
> --
> Dave Abrahams
> Boost Consulting
> www.boost-consulting.com
Ok (sigh), thank you.