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

前端 未结 1 495
傲寒
傲寒 2021-01-11 11:31

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

1条回答
  •  花落未央
    2021-01-11 11:52

    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.

    0 讨论(0)
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题