Revert "Update Duration.h"

This reverts commit 177093e992.
This commit is contained in:
Kitzunu
2022-02-03 22:29:55 +01:00
parent 177093e992
commit 900f7489cc

View File

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