Change 14081

ShadauxCat (ShadauxCat)
ShadauxCat committed this change into //guest/ShadauxCat/Sprawl/Mainline under Review 14079
View Review
Download .zip
-Switching order of keys and values in HashMap::insert().
Keys now come first - a number of parameters equal to the number of keys. (Simple case is simply insert(key, value))
-Added move constructors to AccessorGroup so things can be inserted into the map via rvalue references
-Fixed ForwardList's copy constructor copying things in reverse and added a unit test to make sure it doesn't happen again.

#review-14079
  • Files 5
  • Comments 0
5 edited 0 added 0 deleted
UnitTests/UnitTests_HashMap.cpp#5
Loading...
UnitTests/UnitTests_List.cpp#2
Loading...
collections/ForwardList.hpp#3
Loading...
collections/accessor/AccessorGroup_Variadic.hpp#5
Loading...
collections/hashmap/HashMap_Variadic.hpp#4
Loading...
Tip: Use n and p to cycle through the changes.