gpt4 book ai didi

c++ - 范围枚举的详细类型说明符不得使用 ‘class’ 关键字

转载 作者:IT老高 更新时间:2023-10-28 12:48:09 33 4
gpt4 key购买 nike

我有以下枚举规范:

enum class FaceDirection : int8
{
Down,
Up
};

g++ 4.8.1 给出以下错误:

warning: elaborated-type-specifier for a scoped enum must not use the ‘class’ keyword

是什么原因造成的?

最佳答案

检查您派生 enum 类 的类型是否存在。在这种情况下,没有为 int8 指定 typedef。

关于c++ - 范围枚举的详细类型说明符不得使用 ‘class’ 关键字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20459120/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com