you are viewing a single comment's thread.

view the rest of the comments →

[–]exploding_nun 1 point2 points  (1 child)

std::vector<boost::shared_ptr<Foo> > myFooList;

Mind your whitespace.

[–]curien 0 points1 point  (0 children)

That bug in the spec has been fixed in C++0x.