标签: c++ message-queue boost-interprocess
在boost 1.53中,message_queue_t具有以下成员函数:
size_type get_num_msg();
返回当前存储的消息数。永远不要扔。我没有看到为什么这不能成为常数的任何理由。
答案 0 :(得分:0)
事实证明这是一个错误,它已在修订版#83470中得到修复。