From a83b047ef9942e94338a2711518685f77245e69b Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Sat, 17 Jun 2017 13:30:36 -0400 Subject: [PATCH] Make file_clock::now() noexcept --- d0355r3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d0355r3.html b/d0355r3.html index cb51b37..14c1ab2 100644 --- a/d0355r3.html +++ b/d0355r3.html @@ -2716,7 +2716,7 @@ public: using time_point = chrono::time_point<file_clock>; static constexpr bool is_steady = unspecified; - static time_point now(); + static time_point now() noexcept; };