Copy constructor cppreference Copy constructors LeetBook C++ 面试突击 # 为什么拷贝构造函数必须为引用? 原因:避免拷贝构造函数无限制的递归,最终导致栈溢出。 NOTE: pass-by-value-copy