
12 Aug
2009
12 Aug
'09
8:46 p.m.
Hi! Looks like a great job. Thanks a lot for this. While taking a glance at the docs (very clear and concise!) I had a bad feeling about //Create a list with 10 default constructed objects list<movable> l(10); IMHO container::list's interface should be parallel to STL. std::list<T> does not have such a constuctor. What do you think? Markus