diff options
Diffstat (limited to 'lib/chronology.h')
| -rw-r--r-- | lib/chronology.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chronology.h b/lib/chronology.h index 688a1f7..886424d 100644 --- a/lib/chronology.h +++ b/lib/chronology.h @@ -5,3 +5,4 @@ using TickDuration = std::chrono::duration<float, std::chrono::seconds::period>; time_t operator""_time_t(const char * iso, size_t); +std::chrono::seconds operator""_seconds(const char * iso, size_t); |
