forked from boostorg/detail
Added tentative fix for sunpro
[SVN r18595]
This commit is contained in:
@@ -74,7 +74,7 @@ struct rebind_allocator
|
|||||||
} // namespace detail
|
} // namespace detail
|
||||||
} // namespace boost
|
} // 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,
|
// no std::allocator, but the compiler supports the necessary syntax,
|
||||||
// write our own allocator instead:
|
// write our own allocator instead:
|
||||||
|
Reference in New Issue
Block a user