Ticket #13391: fix_double_between.patch

File fix_double_between.patch, 669 bytes (added by valeriykireev@…, 5 years ago)
  • boost/interprocess/offset_ptr.hpp

     
    214214}  //namespace ipcdetail {
    215215/// @endcond
    216216
    217 //!A smart pointer that stores the offset between between the pointer and the
     217//!A smart pointer that stores the offset between the pointer and the
    218218//!the object it points. This allows offset allows special properties, since
    219219//!the pointer is independent from the address address of the pointee, if the
    220220//!pointer and the pointee are still separated by the same offset. This feature