From 7a092ba5f9b18bfb47cece5e0ce49d4aa7326b8e Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 29 May 2003 11:18:35 +0000 Subject: [PATCH] Added tentative fix for sunpro [SVN r18595] --- include/boost/detail/allocator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/detail/allocator.hpp b/include/boost/detail/allocator.hpp index 278a2e5..cbb9266 100644 --- a/include/boost/detail/allocator.hpp +++ b/include/boost/detail/allocator.hpp @@ -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: