摘要:
问题描述: 私有拷贝构造函数的使用 问题解决: #include #includeusing namespace std;class noncopyable{private: noncopyable(const noncopyable& non) {} noncopyable& operator=(const noncopyable &) {}publ... 阅读全文
posted @ 2013-10-22 10:15
罗松超
阅读(1419)
评论(0)
推荐(0)