Implement RingQueue::resize() #770
Labels
easy hacks
The solution is expected to be straightforward even if you are new to the project
enhancement
help wanted
An important and awaited task but we have no human resources for it yet
Add
resize()
method to core::RingQueue (fifo on top of ring buffer).Example of similar method can be found in core::Array. Note how it invokes constructors and destructors of the elements.
We also need to add tests for resizing to test_ring_queue.cpp.
The text was updated successfully, but these errors were encountered: