Boost C++ Libraries: Ticket #10819: Error in the documentation https://svn.boost.org/trac10/ticket/10819 <p> Hello, </p> <p> I found an little error in your documentation. In the chapter on message queues : <a href="http://www.boost.org/doc/libs/1_36_0/doc/html/interprocess/synchronization_mechanisms.html#interprocess.synchronization_mechanisms.message_queue">http://www.boost.org/doc/libs/1_36_0/doc/html/interprocess/synchronization_mechanisms.html#interprocess.synchronization_mechanisms.message_queue</a> </p> <p> Under the "Using a message queue" title, in the third code example, you have : </p> <pre class="wiki"> message_queue mq (open_only //only create ,"message_queue" //name ); </pre><p> And the commentary line "<em>only create" is wrong : the code actually opens the queue in "open only". </em></p> <p> Best regards Gilles </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10819 Trac 1.4.3 Matias Capeletto Sun, 01 Feb 2015 22:10:53 GMT owner changed https://svn.boost.org/trac10/ticket/10819#comment:1 https://svn.boost.org/trac10/ticket/10819#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">Ion Gaztañaga</span> </li> </ul> Ticket viboes Fri, 13 Feb 2015 18:36:17 GMT component changed https://svn.boost.org/trac10/ticket/10819#comment:2 https://svn.boost.org/trac10/ticket/10819#comment:2 <ul> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">interprocess</span> </li> </ul> Ticket