gpt4 book ai didi

c++ - constexpr(gcc) 错误 - 错误 : a brace-enclosed initializer is not allowed here before '{' token

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:44:19 25 4
gpt4 key购买 nike

struct X {
constexpr static char a1[] = "hello"; // Okay
constexpr static const char* a2[] = {"hello"}; // Error
};

int main(){}

用gcc编译报错:

error: a brace-enclosed initializer is not allowed here before '{' token

这是对 constexpr 的非法使用吗?

编辑

我尝试了 3 个不同版本的 gcc,它是在我拥有的最新 4.7.0 上编译的(我刚刚下载了它,我使用的是 mingw-w64),所以它看起来是一个固定的错误(链接到bug 会很好!)。

4.7.0 20120311 (prerelease) // Okay
4.6.4 20120305 (prerelease) // Error
4.7.0 20110829 (experimental) // Error

最佳答案

这是一个已经修复的错误。我已确认代码可以使用 g++ 4.7.0 20120311(预发布) 编译。

关于c++ - constexpr(gcc) 错误 - 错误 : a brace-enclosed initializer is not allowed here before '{' token,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9900242/

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