软件工程C++C++ 对 `const` 的引用可能并非 `const` 对象C++ 对 `const` 的引用可能并非 `const` 对象我们可以将一个常引用绑定到非常量上: int i = 42; const int &r2 = i;