diff options
Diffstat (limited to 'contrib/libstdc++/stdexcept')
-rw-r--r-- | contrib/libstdc++/stdexcept | 4 |
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++" |