Boost C++ Libraries: Ticket #7811: interprocess/synchronization_mechanisms.html message_queue example bug https://svn.boost.org/trac10/ticket/7811 <p> <a href="http://www.boost.org/doc/libs/1_52_0/doc/html/interprocess/synchronization_mechanisms.html#interprocess.synchronization_mechanisms.message_queue.message_queue_example">http://www.boost.org/doc/libs/1_52_0/doc/html/interprocess/synchronization_mechanisms.html#interprocess.synchronization_mechanisms.message_queue.message_queue_example</a> </p> <p> See the second example here (after "This is the second process:"): </p> <pre class="wiki"> //Open a message queue. message_queue mq (open_only //only create ,"message_queue" //name ); </pre><p> The first arguments of the constructor conradicts comment message. It seems that "only create" should be replaced by "only open". </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7811 Trac 1.4.3 viboes Thu, 03 Jan 2013 19:18:29 GMT owner, component changed https://svn.boost.org/trac10/ticket/7811#comment:1 https://svn.boost.org/trac10/ticket/7811#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> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">interprocess</span> </li> </ul> Ticket