Boost logo

Boost :

From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2005-04-27 15:50:13


"Peter Dimov" <pdimov_at_[hidden]> wrote in message
news:015401c54b68$01274540$6401a8c0_at_pdimov2...
| David Abrahams wrote:
| > [...] Efficiency
| > considerations are usually only used when deciding whether or not to
| > provide functionality at all. for example, that's why we don't have
| > std::vector::push_front.
|
| And this is very annoying when you really want to push_front.

cont.insert( cont.begin(), new_element );

?
-Thorsten


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