commit | 3f138dc897aed3f0b7eea19224d658438b036c30 | [log] [tgz] |
---|---|---|
author | Marshall Clow <mclow.lists@gmail.com> | Sat Oct 12 22:49:56 2013 +0000 |
committer | Marshall Clow <mclow.lists@gmail.com> | Sat Oct 12 22:49:56 2013 +0000 |
tree | 6b00fbd0c1970445d95df8d74e40a632dacc84bf | |
parent | 27a55c071c0d62a5d170134a68c10be2d210b1e5 [diff] [blame] |
LWG Issue 2087: iostream_category() and noexcept llvm-svn: 192545 Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project Cr-Mirrored-Commit: c3776b1ce07005952aeac4b96ce7f7447d0955d3
diff --git a/src/ios.cpp b/src/ios.cpp index e79b328..bbe3c07 100644 --- a/src/ios.cpp +++ b/src/ios.cpp
@@ -63,7 +63,7 @@ } const error_category& -iostream_category() +iostream_category() _NOEXCEPT { static __iostream_category s; return s;