什么是“const class”意思? [英] What does "const class" mean?

查看:211
本文介绍了什么是“const class”意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在一些查找和替换重构后,我最终得到了这个gem:

  const class A 
{
};

const class是什么意思?它似乎编译确定。

解决方案


const class是什么意思?它似乎编译确定。


不是我不是。我认为你的编译器只是礼貌和忽略它。



编辑:是的,VC ++默默地忽略const,GCC抱怨。

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 class”意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆