Portability fixes.

committer: mfx <mfx> 1043693750 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-01-27 18:55:50 +00:00
parent a282171318
commit fd525ae7df
4 changed files with 26 additions and 34 deletions
+1 -3
View File
@@ -44,7 +44,7 @@
#if defined(new) || defined(delete)
// debug
# define DISABLE_NEW_DELETE
# define DISABLE_NEW_DELETE private:
#else
@@ -95,8 +95,6 @@ private:
#include <typeinfo.h>
namespace std {
#undef type_info
typedef ::Type_info type_info;
class exception
{
public: