Я создал сервер сообщений в среде qnx, и всегда появлялась ошибка «library_error»:
#include
int main() {
boost::interprocess::message_queue mq(boost::interprocess::open_or_create, "my_queue", 100, 10);
mq.remove("my_queue");
}
В файле журнала:
terminate called after throwing an instance of 'boost::interprocess::interprocess_exception'
what(): boost::interprocess_exception::library_error
Подробнее здесь: https://stackoverflow.com/questions/792 ... rary-error