--- boost/interprocess/smart_ptr/detail/sp_counted_impl.hpp.orig 2013-09-06 17:01:47.095511777 +0200 +++ boost/interprocess/smart_ptr/detail/sp_counted_impl.hpp 2013-09-06 17:32:53.491602075 +0200 @@ -68,7 +68,7 @@ template class sp_counted_impl_pd : public sp_counted_base - , boost::container::allocator_traits::template + , public boost::container::allocator_traits::template portable_rebind_alloc< sp_counted_impl_pd >::type , D // copy constructor must not throw {