summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/libsupc++/exception
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2008-08-22 18:59:41 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2008-08-22 18:59:41 +0000
commit8a9b6c4a4eb03cb243d67292ac3f1e15b968d04a (patch)
tree01410eed666adb2bd76656153f4d120d2779ef84 /libstdc++-v3/libsupc++/exception
parent5ffba8cb5961bdda96bb22521beff3c2eb64d2c9 (diff)
downloadppe42-gcc-8a9b6c4a4eb03cb243d67292ac3f1e15b968d04a.tar.gz
ppe42-gcc-8a9b6c4a4eb03cb243d67292ac3f1e15b968d04a.zip
2008-08-22 Paolo Carlini <paolo.carlini@oracle.com>
Revert again the N2179 patch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139497 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/libsupc++/exception')
-rw-r--r--libstdc++-v3/libsupc++/exception7
1 files changed, 1 insertions, 6 deletions
diff --git a/libstdc++-v3/libsupc++/exception b/libstdc++-v3/libsupc++/exception
index f1288211e98..a7e2db78dd1 100644
--- a/libstdc++-v3/libsupc++/exception
+++ b/libstdc++-v3/libsupc++/exception
@@ -1,7 +1,7 @@
// Exception Handling support header for -*- C++ -*-
// Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-// 2004, 2005, 2006, 2007, 2008
+// 2004, 2005, 2006, 2007
// Free Software Foundation
//
// This file is part of GCC.
@@ -110,7 +110,6 @@ namespace std
* result in a call of @c terminate() (15.5.1)."
*/
bool uncaught_exception() throw();
-
} // namespace std
_GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
@@ -133,8 +132,4 @@ _GLIBCXX_END_NAMESPACE
#pragma GCC visibility pop
-#ifdef __GXX_EXPERIMENTAL_CXX0X__
-#include <exception_ptr.h>
-#endif
-
#endif
OpenPOWER on IntegriCloud