aboutsummaryrefslogtreecommitdiff
path: root/libbutl/fdstream.mxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-10-06 18:05:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-10-09 13:41:43 +0300
commit758b64bcf02d9269ae4765ab98d7d46396b3e69a (patch)
treea84e37e3807adfe6f72911e307c2da209429569d /libbutl/fdstream.mxx
parentb7f00311c5db71dbf8f8dbfd5ce4c0f4f35faa5a (diff)
Remove invalid noexcept from fdnull() declaration
Diffstat (limited to 'libbutl/fdstream.mxx')
-rw-r--r--libbutl/fdstream.mxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbutl/fdstream.mxx b/libbutl/fdstream.mxx
index cf52601..440e637 100644
--- a/libbutl/fdstream.mxx
+++ b/libbutl/fdstream.mxx
@@ -669,10 +669,10 @@ LIBBUTL_MODEXPORT namespace butl
//
#ifndef _WIN32
LIBBUTL_SYMEXPORT auto_fd
- fdnull () noexcept;
+ fdnull ();
#else
LIBBUTL_SYMEXPORT auto_fd
- fdnull (bool temp = false) noexcept;
+ fdnull (bool temp = false);
#endif
struct fdpipe