Comment on The time complexity of the libc++ deque push_front implementation is O(log n)parentComments−monocasa4yOhhhh, I think I found the issue with a ring buffer implementation. Would edit my post if I was in the edit window.resize() doesn't invalidate existing references in std::deque.
Comments
Ohhhh, I think I found the issue with a ring buffer implementation. Would edit my post if I was in the edit window.
resize() doesn't invalidate existing references in std::deque.