"David Abrahams" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> 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. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost