Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 boost 1.53 中,message_queue_t 有这个成员函数:
size_type get_num_msg();
这将返回当前存储的消息数。从不扔。我看不出这不能是 const 的任何理由。
原来这是一个错误,并且已在 boost 修订版 #83470 中修复。