Update Duration.h

This commit is contained in:
Kitzunu 2022-02-03 21:22:37 +01:00
parent 5cd8f3f1a6
commit 177093e992

View file

@ -37,7 +37,7 @@ using Hours = std::chrono::hours;
#if __cplusplus > 201703L
/// Days shorthand typedef.
using Days = std::chrono::days;
using Days = std::chrono::day;
/// Weeks shorthand typedef.
using Weeks = std::chrono::weeks;