NULL pointer with boost::shared_ptr?

后端 未结 6 1020
悲哀的现实
悲哀的现实 2020-12-12 20:35

What\'s the equivalent to the following:

std::vector vec;
vec.push_back(NULL);

when dealing with boost::shared_ptr

6条回答
提交回复
热议问题