Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include <iterator> in catch_stats.hpp #1874

Merged
merged 1 commit into from
Feb 24, 2020
Merged

include <iterator> in catch_stats.hpp #1874

merged 1 commit into from
Feb 24, 2020

Conversation

khyperia
Copy link
Contributor

Needed for std::back_inserter on some platforms (in particular, windows) when building catch_stats.cpp.

needed for std::back_inserter on some platforms
@codecov
Copy link

codecov bot commented Feb 24, 2020

Codecov Report

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

@@           Coverage Diff           @@
##           master    #1874   +/-   ##
=======================================
  Coverage   86.48%   86.48%           
=======================================
  Files         131      131           
  Lines        3898     3899    +1     
=======================================
+ Hits         3371     3372    +1     
  Misses        527      527           

@horenmar
Copy link
Member

Interesting, I changed the v3 branch to always build benchmarking tests and I do not remember having to fix this.

Either way, thanks.

@horenmar horenmar merged commit 87b5bf7 into catchorg:master Feb 24, 2020
@khyperia khyperia deleted the catch_stats-iterator branch February 25, 2020 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants