summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2013-10-12 22:49:56 +0000
committerMarshall Clow <mclow.lists@gmail.com>2013-10-12 22:49:56 +0000
commit61a8422ffa89b7a1788dc9f51407b950ea3b8d0c (patch)
tree6b00fbd0c1970445d95df8d74e40a632dacc84bf /src
parent5f2d5b95e689a041005d9e4eac41ab6c25e94738 (diff)
downloadexternal_libcxx-61a8422ffa89b7a1788dc9f51407b950ea3b8d0c.tar.gz
external_libcxx-61a8422ffa89b7a1788dc9f51407b950ea3b8d0c.tar.bz2
external_libcxx-61a8422ffa89b7a1788dc9f51407b950ea3b8d0c.zip
LWG Issue 2087: iostream_category() and noexcept
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@192545 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'src')
-rw-r--r--src/ios.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ios.cpp b/src/ios.cpp
index e79b3284c..bbe3c072e 100644
--- a/src/ios.cpp
+++ b/src/ios.cpp
@@ -63,7 +63,7 @@ __iostream_category::message(int ev) const
}
const error_category&
-iostream_category()
+iostream_category() _NOEXCEPT
{
static __iostream_category s;
return s;