Remove __HONOR_STD

From-SVN: r21960
This commit is contained in:
Martin v. Löwis 1998-08-25 02:08:49 +00:00 committed by Martin v. Löwis
parent 9a224b4a31
commit 00045f5275
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
1998-08-25 Martin von Löwis <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>.

View File

@ -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++"