diff options
| -rw-r--r-- | libcxx/include/istream | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/istream b/libcxx/include/istream index 122ec181650..d6217bbb800 100644 --- a/libcxx/include/istream +++ b/libcxx/include/istream @@ -539,8 +539,8 @@ __input_c_string(basic_istream<_CharT, _Traits>& __is, _CharT* __p, size_t __n) { #ifndef _LIBCPP_NO_EXCEPTIONS try -#endif { +#endif _CharT* __s = __p; const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc()); while (__s != __p + (__n-1)) |

