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

Add workaround for unguarded use of __has_extension #2839

Merged
merged 1 commit into from Mar 12, 2024

Conversation

morinmorin
Copy link
Contributor

Description

In recent update, Apple's TargetConditionals.h contains unguarded use of __has_extension. This PR add a workaround for this.

GitHub Issues

Fixes #2837

Copy link

codecov bot commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.17%. Comparing base (459ac85) to head (00b7f30).

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #2839   +/-   ##
=======================================
  Coverage   91.17%   91.17%           
=======================================
  Files         197      197           
  Lines        8379     8379           
=======================================
  Hits         7639     7639           
  Misses        740      740           

@horenmar
Copy link
Member

Thanks

@horenmar horenmar merged commit eb8f2c5 into catchorg:devel Mar 12, 2024
73 checks passed
@morinmorin morinmorin deleted the guard_has_extension_v3 branch March 16, 2024 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Latest macOS system header causes compilation failures on GCC
3 participants