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 anonymous, 10 years ago

Summary: interprocess message_queue doens't compileinterprocess message_queue doesn't compile

comment:2 by viboes, 10 years ago

Please, could you add the compiler error, the platform/compiler and the command line?

comment:3 by Ion Gaztañaga, 9 years ago

Resolution: worksforme
Status: newclosed

No news from the reporter so I'm closing this issue.

Note: See TracTickets for help on using tickets.