Subject: [Boost-bugs] [Boost C++ Libraries] #10819: Error in the documentation
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-11-26 11:49:50
#10819: Error in the documentation
--------------------------------+----------------------------
Reporter: gilles.lourdelet@⦠| Owner: matias
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Documentation
Version: Boost 1.57.0 | Severity: Not Applicable
Keywords: |
--------------------------------+----------------------------
Hello,
I found an little error in your documentation.
In the chapter on message queues :
http://www.boost.org/doc/libs/1_36_0/doc/html/interprocess/synchronization_mechanisms.html#interprocess.synchronization_mechanisms.message_queue
Under the "Using a message queue" title, in the third code example, you
have :
{{{
message_queue mq
(open_only //only create
,"message_queue" //name
);
}}}
And the commentary line "//only create" is wrong : the code actually opens
the queue in "open only".
Best regards
Gilles
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10819> 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:17 UTC