BlackToppStudios / Mezz_Foundation

Foundational Data types that enforce no opinions on how to build games and provide many facilities that complex games need. This largely avoids graphics and physics, but provides tools like the SortedVector, CountedPtr and HashedString classes.
GNU General Public License v3.0
3 stars 0 forks source link

Feature-AddToContainer #78

Closed MakoEnergy closed 3 years ago

MakoEnergy commented 3 years ago

Added AddToContainer to the container tools

AddToContainer is a generic function for adding values to containers.

MakoEnergy commented 3 years ago

It appears the reported failures in Jenkins are related to some of the benchmark code, yet again. All the new stuff passed.

codecov[bot] commented 3 years ago

Codecov Report

Merging #78 into master will decrease coverage by 55.57%. The diff coverage is 76.19%.

@@             Coverage Diff             @@
##           master      #78       +/-   ##
===========================================
- Coverage   95.87%   40.30%   -55.58%     
===========================================
  Files          21       22        +1     
  Lines        1116     1124        +8     
===========================================
- Hits         1070      453      -617     
- Misses         46      671      +625