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

Fix compiling v2.x with C++17 + Clang 5 + libstdc++ v5 #2195

Merged
merged 1 commit into from
May 25, 2021
Merged

Fix compiling v2.x with C++17 + Clang 5 + libstdc++ v5 #2195

merged 1 commit into from
May 25, 2021

Conversation

dimztimz
Copy link
Contributor

@dimztimz dimztimz commented Mar 26, 2021

This basically tests the combination where the compiler supports most of C++17 but the library does not.

This basically tests the combination where the compiler supports most
of C++17 but the library does not.
@dimztimz dimztimz marked this pull request as ready for review March 26, 2021 14:11
@codecov
Copy link

codecov bot commented Mar 26, 2021

Codecov Report

Merging #2195 (ed3058c) into v2.x (b025a00) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             v2.x    #2195      +/-   ##
==========================================
- Coverage   88.81%   88.79%   -0.02%     
==========================================
  Files         138      138              
  Lines        5677     5683       +6     
==========================================
+ Hits         5042     5046       +4     
- Misses        635      637       +2     

@horenmar
Copy link
Member

Thanks, this looks good.

@horenmar horenmar merged commit 531a149 into catchorg:v2.x May 25, 2021
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