Opened 10 years ago
Last modified 10 years ago
#7811 new Bugs
interprocess/synchronization_mechanisms.html message_queue example bug
| Reported by: | Owned by: | Ion Gaztañaga | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | interprocess |
| Version: | Boost 1.52.0 | Severity: | Cosmetic |
| Keywords: | Cc: |
Description
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".
Change History (1)
comment:1 by , 10 years ago
| Component: | Documentation → interprocess |
|---|---|
| Owner: | changed from to |
Note:
See TracTickets
for help on using tickets.
