Remove __HONOR_STD
From-SVN: r21960
This commit is contained in:
parent
9a224b4a31
commit
00045f5275
@ -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>.
|
||||
|
@ -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++"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user