c++ - boost::lockfree::queue without threads -
i have code during program termination crashing. per analysis if comment pop queue call return constant element crash disappears. not sure why code crashes when queue pop call implemented - note not using threads purpose.
is boost lockfree queues has implemented using threads - tried implementing copy, assignment operator method in class seems neither called nor in mitigating crash - issue?
Comments
Post a Comment