"The distinction between top-level and low level matters when we copy an object. When we copy an object, top-level consts are ignored.
Copying an object doesn't change the copied object. As a result, it is immaterial whether the object copied from or copied into is const."
主要是最后的 the object copied into is const 无法理解,比如A值复制给B,B如果是const类型,怎么进行赋值(原文说 immaterial,无关紧要?)
不知是不是我理解错了,因为我看勘误表也没有提到。(如果V友购买了中文版,能发一封2.4.3截图到[email protected],那是极好的了,感谢)
附上截图:
http://rghost.net/60366501/image.png
最后感谢大家解答。
