mirror of
https://github.com/boostorg/detail.git
synced 2025-07-31 12:57:14 +02:00
Added tentative fix for sunpro
[SVN r18595]
This commit is contained in:
@@ -74,7 +74,7 @@ struct rebind_allocator
|
||||
} // namespace detail
|
||||
} // namespace boost
|
||||
|
||||
#elif !defined(BOOST_NO_MEMBER_TEMPLATES)
|
||||
#elif !defined(BOOST_NO_MEMBER_TEMPLATES) && !defined(__SUNPRO_CC)
|
||||
|
||||
// no std::allocator, but the compiler supports the necessary syntax,
|
||||
// write our own allocator instead:
|
||||
|
Reference in New Issue
Block a user