Ticket #13391: fix_double_between.patch
File fix_double_between.patch, 669 bytes (added by , 5 years ago) |
---|
-
boost/interprocess/offset_ptr.hpp
214 214 } //namespace ipcdetail { 215 215 /// @endcond 216 216 217 //!A smart pointer that stores the offset between betweenthe pointer and the217 //!A smart pointer that stores the offset between the pointer and the 218 218 //!the object it points. This allows offset allows special properties, since 219 219 //!the pointer is independent from the address address of the pointee, if the 220 220 //!pointer and the pointee are still separated by the same offset. This feature