We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4235277 commit 94ed075Copy full SHA for 94ed075
include/EASTL/internal/config.h
@@ -89,8 +89,8 @@
89
///////////////////////////////////////////////////////////////////////////////
90
91
#ifndef EASTL_VERSION
92
- #define EASTL_VERSION "3.17.00"
93
- #define EASTL_VERSION_N 31700
+ #define EASTL_VERSION "3.17.01"
+ #define EASTL_VERSION_N 31701
94
#endif
95
96
@@ -864,7 +864,7 @@ namespace eastl
864
#if EASTL_INT128_SUPPORTED
865
#define EASTL_INT128_DEFINED 1
866
867
- #if defined(EA_COMPILER_GNUC) || defined(EA_COMPILER_CLANG)
+ #if defined(__SIZEOF_INT128__) || defined(EA_COMPILER_GNUC) || defined(EA_COMPILER_CLANG)
868
typedef __int128_t eastl_int128_t;
869
typedef __uint128_t eastl_uint128_t;
870
#else
0 commit comments