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

Proposed-FlatMap #40

Closed MakoEnergy closed 5 years ago

MakoEnergy commented 5 years ago

Initial commit for the ported FlatMap.

Also fixed some doc typo's in BinaryFind.

codecov[bot] commented 5 years ago

Codecov Report

Merging #40 into master will increase coverage by 0.15%. The diff coverage is 99.18%.

@@            Coverage Diff            @@
##           master     #40      +/-   ##
=========================================
+ Coverage   98.65%   98.8%   +0.15%     
=========================================
  Files           7       8       +1     
  Lines         298     420     +122     
=========================================
+ Hits          294     415     +121     
- Misses          4       5       +1
Sqeaky commented 5 years ago

I think the variable CXX_FLAGS needs to lose the underscore in the Travis and Appveyor files.

MakoEnergy commented 5 years ago

Appveyor is good. But you are correct about the Travis file.