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

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -