Differences between tr1::shared_ptr and boost::shared_ptr?

女生的网名这么多〃 提交于 2019-12-03 23:57:19

问题


Are there any difference between tr1::shared_ptr and boost::shared_ptr? If so, what?


回答1:


No, the documentation of boost shared_ptr says:

This implementation conforms to the TR1 specification, with the only exception that it resides in namespace boost instead of std::tr1.



来源:https://stackoverflow.com/questions/3831572/differences-between-tr1shared-ptr-and-boostshared-ptr

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!