From c8b89c45b3f527724a8700056a03885f5d3e4f0a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 31 Jul 2015 18:46:20 +0200 Subject: Add note on default-initialized timestamp --- butl/timestamp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/butl/timestamp b/butl/timestamp index f397dc6..77af4f1 100644 --- a/butl/timestamp +++ b/butl/timestamp @@ -30,6 +30,9 @@ namespace butl // using std::chrono::system_clock; + // Note that uninitialized timestamp has the timestamp_nonexistent + // value. + // using timestamp = system_clock::time_point; using duration = system_clock::duration; -- cgit v1.1