
5 Oct
2011
5 Oct
'11
1:58 a.m.
[Dave Abrahams]
Furthermore, the size() operation on std::list is not (necessarily) O(1).
[STL]
I simply pounce on claims about the Standard like cats on yarn.
[Dave Abrahams]
I read everything you wrote but still find nothing much pounceable in what I wrote.
C++11 requires list::size() to be O(1), unless I'm misreading it. You've patiently corrected my confusion before, but in this case I think the requirement is clearly stated. :-> It's not a big deal - I just wanted to point it out. STL