There was an error while loading. Please reload this page.
1 parent 639401d commit 255c7b8Copy full SHA for 255c7b8
include/interval-tree/draw.hpp
@@ -21,15 +21,15 @@ namespace lib_interval_tree
21
{};
22
23
template <>
24
-struct NumericalPointerEquivalent <sizeof(unsigned long)>
+struct NumericalPointerEquivalent <sizeof(std::uint32_t)>
25
{
26
-using type = unsigned long;
+using type = uint32_t;
27
};
28
29
30
-struct NumericalPointerEquivalent <sizeof(unsigned long long)>
+struct NumericalPointerEquivalent <sizeof(std::uint64_t)>
31
32
-using type = unsigned long long;
+using type = uint64_t;
33
34
35
template <typename... List>
0 commit comments