Opened 10 years ago
Closed 9 years ago
#7463 closed Bugs (worksforme)
interprocess message_queue doesn't compile
Reported by: | anonymous | Owned by: | Ion Gaztañaga |
---|---|---|---|
Milestone: | To Be Determined | Component: | interprocess |
Version: | Boost 1.51.0 | Severity: | Problem |
Keywords: | Cc: |
Description
message_queue_t::top_msg and message_queue::free_msg both have
return mp_index[index].get();
for some "index", but the mp_index[index] returns a raw pointer so the .get() is incorrect and doesn't compile.
Change History (3)
comment:1 by , 10 years ago
Summary: | interprocess message_queue doens't compile → interprocess message_queue doesn't compile |
---|
comment:2 by , 10 years ago
comment:3 by , 9 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
No news from the reporter so I'm closing this issue.
Note:
See TracTickets
for help on using tickets.
Please, could you add the compiler error, the platform/compiler and the command line?