squeue/include/lock_free_queue.h
@@ -89,6 +89,8 @@ /// LockFreeQueue::size inline bool full(); inline bool empty(); /// @brief push an element at the tail of the queue /// @param the element to insert in the queue /// Note that the element is not a pointer or a reference, so if you are using large data