InterviewGuide
InterviewGuide copied to clipboard
C++基础语法——条目28:拷贝初始化和直接初始化
当拷贝构造函数为private时:语句2string str2(str1); 在编译时应该也会报错吧