-
Notifications
You must be signed in to change notification settings - Fork 757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用g++11等高版本的编译器去编译master分支,会出现编译错误 #296
Comments
同遇到这个问题 用c++20编译的话 源码有错误,这个库好久没有维护,挺好的库 看来是凉了 |
c++20 没问题.gcc version 10.2.1 20210130 (Red Hat 10.2.1-11) (GCC) |
我是centos stream 8 gcc-toolset-13 报了一堆
这种问题 |
大家有解决掉吗 |
已收到您的邮件,如有问题会尽快给您回复.
|
centos stream 10 ,gcc14 -std=c++同样报错 |
暂时解决了问题,屏蔽一个宏 #312 |
CMakeLIst删掉-D__const__=即可 |
已收到您的邮件,如有问题会尽快给您回复.
|
Describe the bug (描述bug)
compile failed with error "error: macro "__has_attribute" requires an identifier".
我提交了一个方法去避免这种错误
The text was updated successfully, but these errors were encountered: