cpp-yyjson
cpp-yyjson copied to clipboard
error about field_reflection.hpp
When I use commit 682c32b7cbf16e1d999912fba6c25b2860fe67b5 , I got the error
"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\bin\\HostX64\\x64\\cl.exe" -c -nologo /utf-8 -O2 -fp:fast -std:c++20 -MD -I3rd /EHsc -DNDEBUG -Fobuild\.objs\jsonpp\windows\x64\release\jsonpp.cpp.obj jsonpp.cpp
error: jsonpp.cpp
D:\laboratory\json\3rd\field_reflection.hpp(230): warning C4003: 类函数宏的调用“FIELD_RFL_MAP_LIST1”参数不足
D:\laboratory\json\3rd\field_reflection.hpp(230): warning C4003: 类函数宏的调用“FIELD_RFL_MAP_LIST0”参数不足
D:\laboratory\json\3rd\field_reflection.hpp(230): warning C4003: 类函数宏的调用“FIELD_RFL_ADDR”参数不足
D:\laboratory\json\3rd\field_reflection.hpp(230): warning C4003: 类函数宏的调用“FIELD_RFL_DECLTYPE”参数不足
D:\laboratory\json\3rd\field_reflection.hpp(230): warning C4003: 类函数宏的调用“FIELD_RFL_FORWARD”参数不足
D:\laboratory\json\3rd\field_reflection.hpp(230): fatal error C1001: 内部编译器错误。
(编译器文件“D:\a\_work\1\s\src\vctools\Compiler\CxxFE\sl\p1\c\error.h”,第 1291 行)
要解决此问题,请尝试简化或更改上面所列位置附近的程序。
如果可以,请在此处提供重现步骤: https://developercommunity.visualstudio.com
请选择 Visual C++
“帮助”菜单上的“技术支持”命令,或打开技术支持帮助文件来获得详细信息。
What can I do for this?