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
When building EASTL on Windows for ARM64/ARM64EC, there is a failure due to the uint128_t type colliding with one already defined in header of the Windows SDK for ARM64 support (<widemath.h>). Results in the following: [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\widemath.h(32,15): error C2011: 'uint128_t': 'struct' type redefinition
The text was updated successfully, but these errors were encountered:
When building EASTL on Windows for ARM64/ARM64EC, there is a failure due to the
uint128_t
type colliding with one already defined in header of the Windows SDK for ARM64 support (<widemath.h>
). Results in the following:[build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\widemath.h(32,15): error C2011: 'uint128_t': 'struct' type redefinition
The text was updated successfully, but these errors were encountered: