update lk-result

This commit is contained in:
Lion Kortlepel
2022-11-13 02:24:59 +01:00
parent b756ce3c3f
commit a8ad9034b2
4 changed files with 13 additions and 10 deletions

View File

@@ -32,6 +32,12 @@ namespace fs = std::filesystem;
using TimeType = std::chrono::system_clock;
#include <lk/Result.h>
template <typename T>
using Result = lk::Result<T>;
using Error = lk::Error;
// General
constexpr std::string_view StrDebug = "Debug";
constexpr std::string_view StrPrivate = "Private";