diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2012-07-21 17:46:55 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2012-07-21 17:46:55 +0000 |
| commit | a4820bc4d576a41cde664999b334cf18caf9831e (patch) | |
| tree | 74cb4069099e946a8038881ce729f20de3a15fa1 /libcxx/src | |
| parent | 36101a5b0a89ce6646cc576273551faf6a4548b7 (diff) | |
| download | bcm5719-llvm-a4820bc4d576a41cde664999b334cf18caf9831e.tar.gz bcm5719-llvm-a4820bc4d576a41cde664999b334cf18caf9831e.zip | |
noexcept applied to <future>.
llvm-svn: 160607
Diffstat (limited to 'libcxx/src')
| -rw-r--r-- | libcxx/src/future.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/src/future.cpp b/libcxx/src/future.cpp index 29357112df9..feb37e42db4 100644 --- a/libcxx/src/future.cpp +++ b/libcxx/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; |

