禁止拷贝的宏定义 2017-09-04 本文已影响9人 WebSSO #define MAKE_NONCOPYABLE(type) \ private: \ type(const type&); \ type& operator=(const type&)