summaryrefslogtreecommitdiff
path: root/libstdc++/stdexcept
diff options
context:
space:
mode:
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++"