What\'s the equivalent to the following:
std::vector vec; vec.push_back(NULL);
when dealing with boost::shared_ptr
boost::shared_ptr
Yes, declare a global static null pointer.