forked from HowardHinnant/date
Make file_clock::now() noexcept
This commit is contained in:
@@ -2716,7 +2716,7 @@ public:
|
||||
using time_point = chrono::time_point<file_clock>;
|
||||
static constexpr bool is_steady = <i>unspecified</i>;
|
||||
|
||||
static time_point now();
|
||||
static time_point now() noexcept;
|
||||
};
|
||||
</pre>
|
||||
|
||||
|
Reference in New Issue
Block a user