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>;
|
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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user