From 1eb512505b351338f9da6a8452224f398b9ae7d8 Mon Sep 17 00:00:00 2001 From: MZuenni Date: Thu, 2 Mar 2023 10:58:22 +0100 Subject: highlight ll and ld like int --- other/stuff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other') 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; -- cgit v1.2.3