From 4ba97b671533399e960f9230013f4678cc45b1d2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 29 Aug 2017 00:00:39 +0300 Subject: Use system_clock instead of timestamp::clock --- clean/types-parsers.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clean') diff --git a/clean/types-parsers.cxx b/clean/types-parsers.cxx index 26b9a02..8718435 100644 --- a/clean/types-parsers.cxx +++ b/clean/types-parsers.cxx @@ -26,7 +26,7 @@ namespace cli string ov (s.next ()); size_t p (ov.find ('=')); - timestamp now (timestamp::clock::now ()); + timestamp now (system_clock::now ()); // Convert timeout duration into the time point. // -- cgit v1.1