commit | 22448042e0351ee8cd5da0129c64059d1ac8ea89 | [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 | 749a82587c37767192b18779a5fa3eee12c8b5e1 | |
parent | 4bd3470a039986c08cf6718962b1f3075beec42b [diff] [blame] |
noexcept applied to <future>. llvm-svn: 160607 Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project Cr-Mirrored-Commit: a4820bc4d576a41cde664999b334cf18caf9831e
diff --git a/src/future.cpp b/src/future.cpp index 2935711..feb37e4 100644 --- a/src/future.cpp +++ b/src/future.cpp
@@ -47,7 +47,7 @@ } const error_category& -future_category() +future_category() _NOEXCEPT { static __future_error_category __f; return __f;