diff options
Diffstat (limited to 'libstdc++-v3/include/std/fstream')
-rw-r--r-- | libstdc++-v3/include/std/fstream | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/fstream b/libstdc++-v3/include/std/fstream index cab18c1fcb1..18c24be4633 100644 --- a/libstdc++-v3/include/std/fstream +++ b/libstdc++-v3/include/std/fstream @@ -275,7 +275,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std) * If any operations fail, this function also fails. */ __filebuf_type* - close() throw(); + close(); protected: void |