Added tentative fix for sunpro

[SVN r18595]
This commit is contained in:
John Maddock
2003-05-29 11:18:35 +00:00
parent ab34b61206
commit 7a092ba5f9

View File

@@ -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: