gpt4 book ai didi

c++ - Clang 解析公共(public)枚举类

转载 作者:塔克拉玛干 更新时间:2023-11-03 06:53:34 25 4
gpt4 key购买 nike

如何让 clang 能够解析公共(public)枚举类构造?

access enum class enumeration-identifier [:underlying-type] { enumerator-list } [var];

最佳答案

对我有用。

$ cat main.cpp
enum class Foo { X, Y };

int main() { }
$ c++ --version
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
$ c++ -std=c++11 main.cpp -o main
$ ./main

关于c++ - Clang 解析公共(public)枚举类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13155542/

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