From e7dd17e572834f58e1c3d21e5e54a2b1d0309512 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Sat, 17 Jun 2017 14:44:28 -0400 Subject: [PATCH] Remove noexcept from to_file_time --- d0355r3.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/d0355r3.html b/d0355r3.html index 14c1ab2..157f3f3 100644 --- a/d0355r3.html +++ b/d0355r3.html @@ -2741,7 +2741,7 @@ in time, even though they may have different epochs.
 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);
 

@@ -2754,7 +2754,7 @@ in time, even though they may have different epochs.

 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);
 

@@ -2767,7 +2767,7 @@ in time, even though they may have different epochs.

 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);