Optimize logging for user builds

This commit is contained in:
wheremyfoodat 2023-07-27 17:16:45 +03:00
parent 0f27c5de06
commit 69b5357eb3
5 changed files with 80 additions and 57 deletions

View file

@ -154,5 +154,4 @@ namespace Helpers {
// UDLs for memory size values
constexpr size_t operator""_KB(unsigned long long int x) { return 1024ULL * x; }
constexpr size_t operator""_MB(unsigned long long int x) { return 1024_KB * x; }
constexpr size_t operator""_GB(unsigned long long int x) { return 1024_MB * x; }
constexpr size_t operator""_GB(unsigned long long int x) { return 1024_MB * x; }