here-data-sdk-cpp icon indicating copy to clipboard operation
here-data-sdk-cpp copied to clipboard

Fix compile errors

Open here-mikelley opened this issue 5 years ago • 1 comments

Add missing #include for std::any_of() and std::count_if()

here-mikelley avatar May 16 '20 00:05 here-mikelley

Codecov Report

Merging #844 into master will increase coverage by 0.0%. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #844   +/-   ##
======================================
  Coverage    78.6%   78.7%           
======================================
  Files         292     292           
  Lines        9951    9951           
======================================
+ Hits         7824    7827    +3     
+ Misses       2127    2124    -3     
Impacted Files Coverage Δ
...p-cpp-sdk-dataservice-read/src/ApiClientLookup.cpp 100.0% <ø> (ø)
...sdk-dataservice-read/src/StreamLayerClientImpl.cpp 100.0% <ø> (ø)
...-dataservice-read/src/VersionedLayerClientImpl.cpp 90.9% <ø> (ø)
...k-dataservice-read/src/VolatileLayerClientImpl.cpp 92.9% <ø> (ø)
...k-dataservice-read/src/generated/api/StreamApi.cpp 100.0% <ø> (ø)
...-read/src/repositories/PrefetchTilesRepository.cpp 93.7% <0.0%> (+0.9%) :arrow_up:
...re/include/olp/core/client/CancellationContext.inl 92.6% <0.0%> (+7.4%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4c7b9b2...6ea989d. Read the comment docs.

codecov[bot] avatar May 16 '20 00:05 codecov[bot]