-
Notifications
You must be signed in to change notification settings - Fork 232
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
VS 2019编译不成功 #177
Comments
已启动生成… |
目测错误定位在内联函数 IGUANA_INLINE void skip_comment(auto &&it, auto &&end)上 |
你可以试一下vs2022 有没有问题,不确定vs2019 是否完整的支持了C++20. |
您好,非常感谢您的回复,按照您的提示我更新VS2019 SDK 到20348, 可以全面支持c++20了,编译没有出错,例子也能顺利运行,非常感谢帮助。 |
是可以跳过结构体的一些变量的,只要不反射他们就行了。
是的,类变量必须是public。 |
请问出现这种错误是因为有不支持的类型么?iguana/json_writer.hpp(53,15): error C2228: “.data”的左边必须有类/结构/联合 |
应该不是,如果是不支持的类型的话一般是报错找不到函数,能提供更具体的信息吗? |
您好,是几个char字符串的问题,貌似这个库是不是不支持char tag[]这样的类型? |
有群的,README里面有 701594518 |
请留意最后报错的文件位置,细读每个单词,因为可能是你本地的宏替换了标准库里面的函数名 |
安装源设计的cmake文件生成的VS项目在2019版本中无法注册为c++20,编译的时候出现诸多错误。
自己在cmakelist中配置为set c++ 20后,对于例子项目出现编译器内部错误提示,始终无法通过编译,不知是因为只兼容Linux系统么
The text was updated successfully, but these errors were encountered: