mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Try and fix Open64 Boost.Config failures: Open64 is not really gcc!
[SVN r56295]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user