forked from HowardHinnant/date
Remove noexcept from to_file_time
This commit is contained in:
@@ -2741,7 +2741,7 @@ in time, even though they may have different epochs.
|
||||
<pre>
|
||||
template <class Duration>
|
||||
file_time<common_type_t<Duration, seconds>>
|
||||
to_file_time(const utc_time<Duration>& t) noexcept;
|
||||
to_file_time(const utc_time<Duration>& t);
|
||||
</pre>
|
||||
<blockquote>
|
||||
<p>
|
||||
@@ -2754,7 +2754,7 @@ in time, even though they may have different epochs.
|
||||
<pre>
|
||||
template <class Duration>
|
||||
file_time<common_type_t<Duration, seconds>>
|
||||
to_file_time(const tai_time<Duration>& t) noexcept;
|
||||
to_file_time(const tai_time<Duration>& t);
|
||||
</pre>
|
||||
<blockquote>
|
||||
<p>
|
||||
@@ -2767,7 +2767,7 @@ in time, even though they may have different epochs.
|
||||
<pre>
|
||||
template <class Duration>
|
||||
file_time<common_type_t<Duration, seconds>>
|
||||
to_file_time(const gps_time<Duration>& t) noexcept;
|
||||
to_file_time(const gps_time<Duration>& t);
|
||||
</pre>
|
||||
<blockquote>
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user