LWG Issue 2087: iostream_category() and noexcept

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@192545 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2013-10-12 22:49:56 +00:00
parent 5f2d5b95e6
commit 61a8422ffa
2 changed files with 7 additions and 7 deletions

View File

@@ -63,7 +63,7 @@ __iostream_category::message(int ev) const
}
const error_category&
iostream_category()
iostream_category() _NOEXCEPT
{
static __iostream_category s;
return s;