summarylogtreecommitdiffstats
path: root/0001-Arch-Linux-customisations.patch
blob: 0015f3e4ebac2aa8398fbb6e4bc0ebb048f3f37e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 0e141f2b110cfdcadc8afcead56deb7565eda91b Mon Sep 17 00:00:00 2001
From: KokaKiwi <kokakiwi+git@kokakiwi.net>
Date: Fri, 21 May 2021 17:59:13 +0200
Subject: [PATCH] Arch Linux customisations.

---
 plugins/libimhex/include/hex/helpers/utils.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/libimhex/include/hex/helpers/utils.hpp b/plugins/libimhex/include/hex/helpers/utils.hpp
index 5bc606f..435752a 100644
--- a/plugins/libimhex/include/hex/helpers/utils.hpp
+++ b/plugins/libimhex/include/hex/helpers/utils.hpp
@@ -25,7 +25,7 @@
     #define fopen64 fopen
     #define fseeko64 fseek
     #define ftello64 ftell
-#else
+#elif __cplusplus < 201703L
     template<>
     struct std::is_integral<u128> : public std::true_type { };
     template<>
-- 
2.31.1