You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generates warnings and compiler internal error (Not sure they are related.) with VS 2022 17.9.2.
1>E:\build\unreal\external\include\ctre.hpp(274,16): warning C5260: the constant variable 'ctll::construct_from_pointer' has internal linkage in an included header file context, but external linkage in imported header unit context; consider declaring it 'inline' as well if it will be shared across translation units, or 'static' to express intent to use it local to this translation unit
1>(compiling source file '../../external/include/rfl.hpp')
1>E:\build\unreal\external\include\ctre.hpp(274,16): warning C5260: the constant variable 'ctll::construct_from_pointer' has internal linkage in an included header file context, but external linkage in imported header unit context; consider declaring it 'inline' as well if it will be shared across translation units, or 'static' to express intent to use it local to this translation unit
1>(compiling source file '../../external/include/rfl/json.hpp')
1>E:\build\unreal\external\include\rfl\json.hpp(15,1): error C1001: Internal compiler error.
1>E:\build\unreal\external\include\rfl\json.hpp(15,1): error C1001: (compiler file 'D:\a\_work\1\s\src\vctools\Compiler\CxxFE\sl\p1\c\module\writer.cpp', line 6669)
1>E:\build\unreal\external\include\rfl\json.hpp(15,1): error C1001: To work around this problem, try simplifying or changing the program near the locations listed above.
1>E:\build\unreal\external\include\rfl\json.hpp(15,1): error C1001: If possible please provide a repro here: https://developercommunity.visualstudio.com
1>E:\build\unreal\external\include\rfl\json.hpp(15,1): error C1001: Please choose the Technical Support command on the Visual C++
1>E:\build\unreal\external\include\rfl\json.hpp(15,1): error C1001: Help menu, or open the Technical Support help file for more information
The text was updated successfully, but these errors were encountered:
Hi,
using
Generates warnings and compiler internal error (Not sure they are related.) with VS 2022 17.9.2.
The text was updated successfully, but these errors were encountered: