diff options
Diffstat (limited to 'other/stuff.cpp')
| -rw-r--r-- | other/stuff.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/other/stuff.cpp b/other/stuff.cpp index 36e60ab..31498ac 100644 --- a/other/stuff.cpp +++ b/other/stuff.cpp @@ -24,6 +24,6 @@ __int128, __float128 std::decimal::decimal128 // 1e18 < INF < Max_Value / 2 -constexpr long long INF = 0x3FFF'FFFF'FFFF'FFFFll; +constexpr ll INF = 0x3FFF'FFFF'FFFF'FFFFll; // 1e9 < INF < Max_Value / 2 constexpr int INF = 0x3FFF'FFFF; |
