diff options
Diffstat (limited to 'libstdc++-v3/include/bits/basic_ios.h')
-rw-r--r-- | libstdc++-v3/include/bits/basic_ios.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/bits/basic_ios.h b/libstdc++-v3/include/bits/basic_ios.h index 7cac68b74c2..a6a6a87296f 100644 --- a/libstdc++-v3/include/bits/basic_ios.h +++ b/libstdc++-v3/include/bits/basic_ios.h @@ -1,6 +1,6 @@ // Iostreams base classes -*- C++ -*- -// Copyright (C) 1997-1999 Free Software Foundation, Inc. +// Copyright (C) 1997, 1998, 1999, 2001 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -105,7 +105,7 @@ namespace std { else _M_streambuf_state = __state | badbit; if ((this->rdstate() & this->exceptions())) - throw failure("basic_ios::clear(iostate) caused exception"); + __throw_ios_failure("basic_ios::clear(iostate) caused exception"); } inline void |