From 1ec287f41ac90aa61b094f8ef730d3a840359acb Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 23 Aug 2024 13:04:03 -0500 Subject: [PATCH] refactor --- repertory/librepertory/include/types/repertory.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/librepertory/include/types/repertory.hpp b/repertory/librepertory/include/types/repertory.hpp index 2973a6e3..45c38fc5 100644 --- a/repertory/librepertory/include/types/repertory.hpp +++ b/repertory/librepertory/include/types/repertory.hpp @@ -23,7 +23,7 @@ #define INCLUDE_TYPES_REPERTORY_HPP_ namespace repertory { -inline constexpr const auto max_time{0xFFFFFFFFFFFFFFFFULL}; +inline constexpr const auto max_time{std::numeric_limits::max()}; inline constexpr const std::string META_ACCESSED{"accessed"}; inline constexpr const std::string META_ATTRIBUTES{"attributes"};