Try and fix Open64 Boost.Config failures: Open64 is not really gcc!

[SVN r56295]
This commit is contained in:
John Maddock
2009-09-18 10:43:57 +00:00
parent 808dc4fec6
commit 44945314ec

View File

@ -64,6 +64,9 @@
// All problems to gcc-3.x and earlier here:
//
#define BOOST_NO_TWO_PHASE_NAME_LOOKUP
# ifdef __OPEN64__
# define BOOST_NO_IS_ABSTRACT
# endif
#endif
#ifndef __EXCEPTIONS