replace all clocks with a generic TimeType

This commit is contained in:
Lion Kortlepel
2022-11-11 21:58:00 +01:00
parent c7f6835702
commit 01bcc3d18c
10 changed files with 39 additions and 33 deletions

View File

@@ -27,6 +27,10 @@ namespace fs = std::filesystem;
#include <boost/container/flat_map.hpp>
#include <boost/variant.hpp>
#include <chrono>
using TimeType = std::chrono::system_clock;
// General
constexpr std::string_view StrDebug = "Debug";
constexpr std::string_view StrPrivate = "Private";