fix HPUX bustage - HP's compiler can't do "using" or static casts

git-svn-id: svn://10.0.0.236/trunk@21923 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com 1999-02-25 17:47:54 +00:00
parent 0032e2e4af
commit 4b3e627852
3 changed files with 12 additions and 0 deletions

View File

@ -275,6 +275,10 @@
#define NSCAP_NO_BOOL
#endif
#if defined(HPUX)
#define NSCAP_NO_MEMBER_USING_DECLARATIONS
#define NSCAP_NO_NEW_CASTS
#endif
#ifdef NSCAP_NO_EXPLICIT
#define explicit

View File

@ -275,6 +275,10 @@
#define NSCAP_NO_BOOL
#endif
#if defined(HPUX)
#define NSCAP_NO_MEMBER_USING_DECLARATIONS
#define NSCAP_NO_NEW_CASTS
#endif
#ifdef NSCAP_NO_EXPLICIT
#define explicit

View File

@ -275,6 +275,10 @@
#define NSCAP_NO_BOOL
#endif
#if defined(HPUX)
#define NSCAP_NO_MEMBER_USING_DECLARATIONS
#define NSCAP_NO_NEW_CASTS
#endif
#ifdef NSCAP_NO_EXPLICIT
#define explicit