From c3b51e201be7ba3320a5588c7252c184134b4bc7 Mon Sep 17 00:00:00 2001 From: Bryce Adelstein-Lelbach Date: Fri, 14 Jan 2011 02:59:34 +0000 Subject: [PATCH] Pathscale-4.0 configuration code/workarounds. [SVN r68142] --- include/boost/smart_ptr/detail/sp_has_sync.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/boost/smart_ptr/detail/sp_has_sync.hpp b/include/boost/smart_ptr/detail/sp_has_sync.hpp index 7fcd09e..7e7860b 100644 --- a/include/boost/smart_ptr/detail/sp_has_sync.hpp +++ b/include/boost/smart_ptr/detail/sp_has_sync.hpp @@ -44,6 +44,10 @@ #undef BOOST_SP_HAS_SYNC #endif +#if defined (__PATHSCALE__) +#undef BOOST_SP_HAS_SYNC +#endif + #endif // __GNUC__ * 100 + __GNUC_MINOR__ >= 401 #endif // #ifndef BOOST_SMART_PTR_DETAIL_SP_HAS_SYNC_HPP_INCLUDED