You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
[UnrealBuildTool]
* Enabled _cplusplus preprocessor define representing correct number Thanks michel.champoux for the fixes in date.h that solves older msvc compiler compile errors #preflight 636bfebc7c2b5051901ce8c2 #rb joe.kirchoff [CL 23071825 by henrik karlsson in ue5-main branch]
This commit is contained in:
@@ -7575,7 +7575,7 @@ CONSTCD14
|
||||
inline
|
||||
std::enable_if_t
|
||||
<
|
||||
std::is_same<CharT, char>{},
|
||||
(std::is_same<CharT, char>{}),
|
||||
string_literal<char, 3>
|
||||
>
|
||||
msl(std::micro) NOEXCEPT
|
||||
@@ -7588,7 +7588,7 @@ CONSTCD14
|
||||
inline
|
||||
std::enable_if_t
|
||||
<
|
||||
!std::is_same<CharT, char>{},
|
||||
!(std::is_same<CharT, char>{}),
|
||||
string_literal<CharT, 2>
|
||||
>
|
||||
msl(std::micro) NOEXCEPT
|
||||
|
||||
@@ -306,7 +306,7 @@ namespace UnrealBuildTool
|
||||
[RequiresUniqueBuildEnvironment]
|
||||
[XmlConfigFile(Category = "WindowsPlatform")]
|
||||
[CommandLine("-UpdatedCPPMacro")]
|
||||
public bool bUpdatedCPPMacro = false;
|
||||
public bool bUpdatedCPPMacro = true;
|
||||
|
||||
/// <summary>
|
||||
/// Enables inline conformance (Remove unreferenced COMDAT) (/Zc:inline).
|
||||
|
||||
Reference in New Issue
Block a user