Change 14015

ShadauxCat (ShadauxCat)
ShadauxCat committed this change into //guest/ShadauxCat/Sprawl/Mainline
Request Review
Download .zip
-Made reference counts in strings atomic
-Fixed an issue where items that were implicitly convertible to a hash map's value could not be inserted without explicit construction. (i.e., inserting a String object as map.insert("myString") would fail; it had to be map.insert(sprawl::String("myString")))
-Added template aliases for HashMap to simplify construction in simple single key/single value case
-Deprecated MSVC11 support.
  • Files 5
  • Comments 0
5 edited 0 added 0 deleted
UnitTests/UnitTests_HashMap.cpp#2
Loading...
collections/HashMap.hpp#2
Loading...
collections/accessor/AccessorGroup_Variadic.hpp#2
Loading...
collections/accessor/AccessorGroup_Windows.hpp#2
Loading...
string/String.hpp#3
Loading...
Tip: Use n and p to cycle through the changes.