Boost C++ Libraries: Ticket #13391: Typo in documentation https://svn.boost.org/trac10/ticket/13391 <p> Hello all, </p> <p> This is small fix for doubled "between" in offset_ptr documentation. </p> <pre class="wiki">Index: boost/interprocess/offset_ptr.hpp =================================================================== --- boost/interprocess/offset_ptr.hpp (revision 86799) +++ boost/interprocess/offset_ptr.hpp (working copy) @@ -214,7 +214,7 @@ } //namespace ipcdetail { /// @endcond -//!A smart pointer that stores the offset between between the pointer and the +//!A smart pointer that stores the offset between the pointer and the //!the object it points. This allows offset allows special properties, since //!the pointer is independent from the address address of the pointee, if the //!pointer and the pointee are still separated by the same offset. This feature </pre><p> ---<br /> Kind regards,<br /> Valeriy Kireev &lt;valeriykireev at gmail.com&gt;,<br /> Developer -- TuneIT Company. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13391 Trac 1.4.3 valeriykireev@… Thu, 11 Jan 2018 08:31:24 GMT attachment set https://svn.boost.org/trac10/ticket/13391 https://svn.boost.org/trac10/ticket/13391 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">fix_double_between.patch</span> </li> </ul> Ticket anonymous Thu, 11 Jan 2018 08:34:21 GMT type changed https://svn.boost.org/trac10/ticket/13391#comment:1 https://svn.boost.org/trac10/ticket/13391#comment:1 <ul> <li><strong>type</strong> <span class="trac-field-old">Patches</span> → <span class="trac-field-new">Bugs</span> </li> </ul> Ticket