Ticket #8976: interprocess_shared_ptr_scoped_alloc.patch

File interprocess_shared_ptr_scoped_alloc.patch, 530 bytes (added by Markus Mathes <Markus.Mathes@…>, 9 years ago)

quick hack

  • boost/interprocess/smart_ptr/detail/sp_counted_impl.hpp

    old new  
    6868template<class A, class D>
    6969class sp_counted_impl_pd
    7070   :  public sp_counted_base
    71    ,  boost::container::allocator_traits<A>::template
     71   ,  public boost::container::allocator_traits<A>::template
    7272         portable_rebind_alloc< sp_counted_impl_pd<A, D> >::type
    7373   ,  D  // copy constructor must not throw
    7474{