summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/stdexcept
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-10-16 03:52:48 +0000
committerobrien <obrien@FreeBSD.org>1999-10-16 03:52:48 +0000
commitb721bc1aede3b3211302d103a1de1019c732ce74 (patch)
tree0373fc465a78f12f63d0f0e1487af637156b8a58 /contrib/libstdc++/stdexcept
parent9f01c491d0571ee2f91980be244eaeef54bef145 (diff)
downloadFreeBSD-src-b721bc1aede3b3211302d103a1de1019c732ce74.zip
FreeBSD-src-b721bc1aede3b3211302d103a1de1019c732ce74.tar.gz
Virgin import of GCC 2.95.1's libstdc++
Diffstat (limited to 'contrib/libstdc++/stdexcept')
-rw-r--r--contrib/libstdc++/stdexcept4
1 files changed, 0 insertions, 4 deletions
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++"
OpenPOWER on IntegriCloud