What does quot;const classquot; mean?(“const 类是什么意思?意思是?)
问题描述
After some find and replace refactoring I ended up with this gem:
const class A
{
};
What does "const class" mean? It seems to compile ok.
What does "const class" mean? It seems to compile ok.
Not for me it doesn't. I think your compiler's just being polite and ignoring it.
Edit: Yep, VC++ silently ignores the const, GCC complains.
这篇关于“const 类"是什么意思?意思是?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!