Closed srxqds closed 5 years ago
I use CppSharp to analysis UE4 code, but output the error: error: static_assert expression is not an integral constant expression?
OS: Windows(x86)
The soure code:
How can I make (walkaround) the clang not generate with modify unreal engine source code
Try changing your ParserOptions.LanguageVersion to C++14.
ParserOptions.LanguageVersion
C++14
The languageVersion is setting CPP14, I found the workaround: Redefine the STRUCT_OFFSET
thank you!
Brief Description
I use CppSharp to analysis UE4 code, but output the error: error: static_assert expression is not an integral constant expression?
OS: Windows(x86)
The soure code:
How can I make (walkaround) the clang not generate with modify unreal engine source code