commit | a4820bc4d576a41cde664999b334cf18caf9831e | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Sat Jul 21 17:46:55 2012 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Sat Jul 21 17:46:55 2012 +0000 |
tree | 74cb4069099e946a8038881ce729f20de3a15fa1 | |
parent | 36101a5b0a89ce6646cc576273551faf6a4548b7 [diff] [blame] |
noexcept applied to <future>. llvm-svn: 160607
diff --git a/libcxx/src/future.cpp b/libcxx/src/future.cpp index 2935711..feb37e4 100644 --- a/libcxx/src/future.cpp +++ b/libcxx/src/future.cpp
@@ -47,7 +47,7 @@ } const error_category& -future_category() +future_category() _NOEXCEPT { static __future_error_category __f; return __f;