noexcept applied to <future>.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@160607 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant
2012-07-21 17:46:55 +00:00
parent 6e1d851be8
commit 8bf01ddd30
2 changed files with 125 additions and 125 deletions

View File

@@ -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;