From 8157678eba97d7de5c53b424a9866d327392bbd9 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 31 May 2021 12:27:58 -0700 Subject: Fix standard incompetence found by MSVC - requires-expression still not working, because they aren't supported yet outside of a concept --- core/src/Utils/Time.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/src/Utils/Time.hpp') diff --git a/core/src/Utils/Time.hpp b/core/src/Utils/Time.hpp index 13e12a1..fbbd3b2 100644 --- a/core/src/Utils/Time.hpp +++ b/core/src/Utils/Time.hpp @@ -3,5 +3,9 @@ #include #include +namespace TimeUtils { + std::string StringifyTimePoint(std::chrono::time_point tp); std::string StringifyTimeStamp(int64_t timeStamp); + +} // namespace TimeUtils -- cgit v1.2.3-70-g09d2