Update Duration.h
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user