system_error (system_category): To system_category().
[gcc.git] / libstdc++-v3 / include / bits / functexcept.h
index 241384f0730e12d5062d0a9e8619cc3f062fd1e9..0b02eede180f3b0d5476269be374db7a8b2af7d2 100644 (file)
@@ -1,6 +1,6 @@
 // Function-Based Exception Support -*- C++ -*-
 
-// Copyright (C) 2001, 2004, 2005, 2008 Free Software Foundation, Inc.
+// Copyright (C) 2001, 2004, 2005, 2008, 2009 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
@@ -86,16 +86,13 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
   void
   __throw_underflow_error(const char*) __attribute__((__noreturn__));
 
+  // Helpers for exception objects in <ios>
   void
-  __throw_system_error(const char*) __attribute__((__noreturn__));
+  __throw_ios_failure(const char*) __attribute__((__noreturn__));
 
   void
   __throw_system_error(int) __attribute__((__noreturn__));
 
-  // Helpers for exception objects in basic_ios
-  void
-  __throw_ios_failure(const char*) __attribute__((__noreturn__));
-
 _GLIBCXX_END_NAMESPACE
 
 #endif