|
Boost Users : |
From: David Abrahams (dave_at_[hidden])
Date: 2003-05-16 11:44:48
Tarjei Knapstad <tarjeik_at_[hidden]> writes:
> So, problem solved for now, but I'd still like to use pop_back and know
> why it failed...
list is like a singly-linked list at runtime: you can't do pop_back()
because it's not an O(1) operation.
HTH,
-- Dave Abrahams Boost Consulting www.boost-consulting.com
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net