摘要: #include <boost/smart_ptr.hpp>#include <iostream> using namespace std; class Configure{ public: int num = 0;}; const boost::shared_ptr<Configure> DEFA 阅读全文
posted @ 2018-04-03 17:08 mengel 阅读(108) 评论(0) 推荐(0)