Change 14100

ShadauxCat (ShadauxCat)
ShadauxCat committed this change into //guest/ShadauxCat/Sprawl/Mainline under Review 14101
View Review
Download .zip
-Added Deque implementation using circular buffer.
-Fixed List::Insert() and ForwardList::Insert() inserting after the iterator instead of before it. Adjusted the unit tests to compensate.
-Fixed a couple of small vector bugs

#review-14101
  • Files 9
  • Comments 0
6 edited 3 added 0 deleted
UnitTests/UnitTests_Deque.cpp#1
Loading...
UnitTests/UnitTests_List.cpp#4
Loading...
UnitTests/main.cpp#6
Loading...
collections/Deque.hpp#2
Loading...
collections/ForwardList.hpp#5
Loading...
collections/List.hpp#4
Loading...
collections/Vector.hpp#3
Loading...
collections/array/Helpers.hpp#1
Loading...
collections/iterator/DequeIterator.hpp#1
Loading...
Tip: Use n and p to cycle through the changes.