Make file_clock::now() noexcept

This commit is contained in:
Howard Hinnant
2017-06-17 13:30:36 -04:00
parent a6c4c17e9a
commit a83b047ef9

View File

@@ -2716,7 +2716,7 @@ public:
using time_point = chrono::time_point<file_clock>; using time_point = chrono::time_point<file_clock>;
static constexpr bool is_steady = <i>unspecified</i>; static constexpr bool is_steady = <i>unspecified</i>;
static time_point now(); static time_point now() noexcept;
}; };
</pre> </pre>