Skip to content

v2.0.0

Latest

Choose a tag to compare

@ericherman ericherman released this 09 Oct 15:28
· 45 commits to master since this release

New API.

  • The "deque_new()" constructor now takes no arguments.
  • The old three argument construtor was renamed to: "deque_new_custom_allocator()".
  • The "deque->top(deque)" member function is now "peek_top".
  • The "deque->bottom(deque)" member function is now "peek_bottom".