boost::enable_shared_from_this相关的测试程序
实现功能
boost::enable_shared_from_this相关的测试程序
C++实现代码
#include <boost/core/lightweight_test.hpp>
#include <boost/make_shared.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
2022-11-06 19:09:22