Ex 2.31 答案错误

作者: qdntang创建于 2018年2月14日更新于 2022年12月21日

r1 = v2;

这应该是非法的,因为对 "int" 的引用无法绑定到 "const int" 类型的值。

内容来源: Mooophy/Cpp-Primer