squeue/include/lock_free_queue.h
@@ -88,6 +88,8 @@ /// environments this function might return bogus values. See help in method /// 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 @@ -139,7 +141,7 @@ inline uint32_t size(); inline bool full(); inline bool empty(); bool push(const ELEM_T &a_data);