summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorMZuenni <michi.zuendorf@gmail.com>2023-03-02 10:58:22 +0100
committerMZuenni <michi.zuendorf@gmail.com>2023-03-02 10:58:22 +0100
commit1eb512505b351338f9da6a8452224f398b9ae7d8 (patch)
tree530b075380be6e3f238b3e68e0ee8df2db5f1c21 /other
parentb15088d04aac27a3ef94cf79e68d681d735b1bbc (diff)
highlight ll and ld like int
Diffstat (limited to 'other')
-rw-r--r--other/stuff.cpp2
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;