Opened 8 years ago

Last modified 8 years ago

#10819 new Bugs

Error in the documentation

Reported by: gilles.lourdelet@… Owned by: Ion Gaztañaga
Milestone: To Be Determined Component: interprocess
Version: Boost 1.57.0 Severity: Not Applicable
Keywords: Cc:

Description

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

Change History (2)

comment:1 by Matias Capeletto, 8 years ago

Owner: changed from Matias Capeletto to Ion Gaztañaga

comment:2 by viboes, 8 years ago

Component: Documentationinterprocess
Note: See TracTickets for help on using tickets.