
19 Jan
2005
19 Jan
'05
3:11 a.m.
Thorsten Ottosen wrote:
As for the idea of giving a vector like container push_front() etc, then I think it would be a bad idea because the complexity would be different.
The vector iteration policy would not implement those abilities, so trying to use those functions with a LinearContainer with vector traits would fail to compile. -Jason