这个规定只影响函数签名(function signature)的匹配。
但const还是会约束不能在函数内部修改形参。
top-level cv这个有点含混。即使修正过一次,感觉还是有点含混
https://stackoverflow.com/questions/24676824/where-is-the-definition-of-top-level-cv-qualifiers-in-the-c11-standard
【 在 fanci 的大作中提到: 】
: 你说的对。
: The top-level const and volatile qualifiers should be ignored for the purposes of name mangling.
:
https://stackoverflow.com/questions/36532687/is-function-parameter-constness-mismatch-allowed: ...................
--
FROM 114.241.227.*