报错const passing as ‘this‘ argument discards qualifiers [-fpermissive]的

Posted COCO_PEAK_NOODLE

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了报错const passing as ‘this‘ argument discards qualifiers [-fpermissive]的相关的知识,希望对你有一定的参考价值。

一般是const函数或变量中使用了非const的函数

以上是关于报错const passing as ‘this‘ argument discards qualifiers [-fpermissive]的的主要内容,如果未能解决你的问题,请参考以下文章

将 'const QVariant' 作为 'this' 参数传递会丢弃限定符 [-fpermissive]

错误:将“const SunscreenSPF”作为“this”参数传递会丢弃限定符问题

discards qualifier

将 const void* 转换为 const int*

C++ Boost - 序列化错误 - 将“const B”作为“this”参数传递会丢弃限定符

C++ 错误 - 将 'const Dataset<double>' 作为 'this' 参数传递会丢弃限定符 [-fpermissive]