문제

In boost 1.53 the message_queue_t has this member function:

size_type get_num_msg(); 

This returns the number of messages currently stored. Never throws. I don't see any reason why this can't be const.

도움이 되었습니까?

해결책

It turned out that this is a bug, and it has been fixed in boost revision #83470.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top