From b721bc1aede3b3211302d103a1de1019c732ce74 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 16 Oct 1999 03:52:48 +0000 Subject: Virgin import of GCC 2.95.1's libstdc++ --- contrib/libstdc++/stdexcept | 4 ---- 1 file changed, 4 deletions(-) (limited to 'contrib/libstdc++/stdexcept') diff --git a/contrib/libstdc++/stdexcept b/contrib/libstdc++/stdexcept index c0ac87f..69e9627 100644 --- a/contrib/libstdc++/stdexcept +++ b/contrib/libstdc++/stdexcept @@ -37,9 +37,7 @@ extern "C++" { -#ifdef __HONOR_STD namespace std { -#endif class logic_error : public exception { string _what; @@ -92,9 +90,7 @@ public: underflow_error (const string& what_arg): runtime_error (what_arg) { } }; -#ifdef __HONOR_STD } // namespace std -#endif } // extern "C++" -- cgit v1.1