diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2012-10-22 18:04:00 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2012-10-22 18:04:00 +0000 |
commit | ea907107107132d0201e0ba377408f4e117b581c (patch) | |
tree | 955d27b98fe24102c3e5101aa117112b0d21ae33 /src/future.cpp | |
parent | 43cd7615798ea22556f20bbd64cff1e0c691e1d0 (diff) |
Diffstat (limited to 'src/future.cpp')
-rw-r--r-- | src/future.cpp | 2 |
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; |