summaryrefslogtreecommitdiff
path: root/src/future.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/future.cpp')
-rw-r--r--src/future.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/future.cpp b/src/future.cpp
index 29357112df983..feb37e42db4ee 100644
--- a/src/future.cpp
+++ b/src/future.cpp
@@ -47,7 +47,7 @@ __future_error_category::message(int ev) const
}
const error_category&
-future_category()
+future_category() _NOEXCEPT
{
static __future_error_category __f;
return __f;