Update Duration.h

This commit is contained in:
Kitzunu
2022-02-03 23:20:04 +01:00
parent ba9f9f803a
commit 964cf08d96

View File

@@ -49,7 +49,7 @@ using Years = std::chrono::years;
using Months = std::chrono::months;
// Fix GCC for C++20
#ifdef GCC_VERSION
#if defined(__GNUC__) && !defined(__clang__)
/// days
using Days = std::chrono::duration<_GLIBCXX_CHRONO_INT64_T, ratio<86400>>;