id summary reporter owner description type status milestone component version severity resolution keywords cc 11799 boost::interprocess::offset_ptr not compatible with C++11 std::pointer_traits Chris Clearwater Ion Gaztañaga "offset_ptr defines its rebind member as: {{{ template struct rebind { typedef offset_ptr other; }; }}} but std::pointer_traits::rebind is defined as: {{{ Ptr::rebind if exists, otherwise Template if Ptr is a template instantiation Template }}} This means that offset_ptr's rebind should just be an alias template rather than a struct with an ::other member." Bugs new To Be Determined container Boost 1.59.0 Problem