[Boost-bugs] [Boost C++ Libraries] #7811: interprocess/synchronization_mechanisms.html message_queue example bug

Subject: [Boost-bugs] [Boost C++ Libraries] #7811: interprocess/synchronization_mechanisms.html message_queue example bug
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-12-19 16:17:40


#7811: interprocess/synchronization_mechanisms.html message_queue example bug
--------------------------------+-------------------------------------------
 Reporter: sarum9in@… | Owner: matias
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: Documentation
  Version: Boost 1.52.0 | Severity: Cosmetic
 Keywords: |
--------------------------------+-------------------------------------------
 http://www.boost.org/doc/libs/1_52_0/doc/html/interprocess/synchronization_mechanisms.html#interprocess.synchronization_mechanisms.message_queue.message_queue_example

 See the second example here (after "This is the second process:"):
 {{{
       //Open a message queue.
       message_queue mq
          (open_only //only create
          ,"message_queue" //name
          );
 }}}

 The first arguments of the constructor conradicts comment message. It
 seems that "only create" should be replaced by "only open".

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7811>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:11 UTC