huangmingchuan / Cpp_Primer_Answers

《C++ Primer》第五版中文版习题答案

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

练习2.31有误

guohaoding opened this issue · comments

r1 = v2;//应该非法,非常量引用指向一个常量对象

合法,为引用对象赋值