
22 Aug
2007
22 Aug
'07
6:54 p.m.
On Aug 22, 2007, at 2:37 PM, Emil Dotchevski wrote:
Today I don't use list::size() in portable code. Why? Because we gave the vendor too much freedom.
How do you compute the size of a std::list in portable code then? :)
I try not to. If I find I must, I write my own replacement list. It is one of the simpler containers to write. -Howard