summaryrefslogtreecommitdiff
path: root/libstdc++/stdexcept
diff options
context:
space:
mode:
authorloewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4>1998-08-25 02:08:49 +0000
committerloewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4>1998-08-25 02:08:49 +0000
commit62992cb88f125642991577882619ca8bca32acdb (patch)
treee41aa856ec8673e1b5618f59b565d314adc81b04 /libstdc++/stdexcept
parente7b664be662d1bb8a26156f4f20196e7c4ccacc8 (diff)
downloadgcc-62992cb88f125642991577882619ca8bca32acdb.tar.gz
Remove __HONOR_STD
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21960 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++/stdexcept')
-rw-r--r--libstdc++/stdexcept4
1 files changed, 0 insertions, 4 deletions
diff --git a/libstdc++/stdexcept b/libstdc++/stdexcept
index c0ac87fbf00..69e9627d577 100644
--- a/libstdc++/stdexcept
+++ b/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++"