Commit 00045f52 by Martin v. Löwis Committed by Martin v. Löwis

Remove __HONOR_STD

From-SVN: r21960
parent 9a224b4a
1998-08-25 Martin von Lwis <loewis@informatik.hu-berlin.de>
* stdexcept: Remove __HONOR_STD.
1998-08-23 Mark Mitchell <mark@markmitchell.com>
* sinst.cc: Don't explicitly instantiation string_char_traits<char>.
......
......@@ -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++"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment