Remove __HONOR_STD
From-SVN: r21960
This commit is contained in:
parent
9a224b4a31
commit
00045f5275
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
1998-08-23 Mark Mitchell <mark@markmitchell.com>
|
||||||
|
|
||||||
* sinst.cc: Don't explicitly instantiation string_char_traits<char>.
|
* sinst.cc: Don't explicitly instantiation string_char_traits<char>.
|
||||||
|
|
|
@ -37,9 +37,7 @@
|
||||||
|
|
||||||
extern "C++" {
|
extern "C++" {
|
||||||
|
|
||||||
#ifdef __HONOR_STD
|
|
||||||
namespace std {
|
namespace std {
|
||||||
#endif
|
|
||||||
|
|
||||||
class logic_error : public exception {
|
class logic_error : public exception {
|
||||||
string _what;
|
string _what;
|
||||||
|
@ -92,9 +90,7 @@ public:
|
||||||
underflow_error (const string& what_arg): runtime_error (what_arg) { }
|
underflow_error (const string& what_arg): runtime_error (what_arg) { }
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef __HONOR_STD
|
|
||||||
} // namespace std
|
} // namespace std
|
||||||
#endif
|
|
||||||
|
|
||||||
} // extern "C++"
|
} // extern "C++"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue