Ticket #4297: mtc-4297.patch

File mtc-4297.patch, 509 bytes (added by Marshall Clow, 12 years ago)
  • boost/interprocess/mem_algo/rbtree_best_fit.hpp

     
    317317   public:
    318318   
    319319   static const std::size_t Alignment = !MemAlignment
    320       ? detail::alignment_of<detail::max_align>::value
     320      ? std::size_t(detail::alignment_of<detail::max_align>::value)
    321321      : MemAlignment
    322322      ;
    323323