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

🐛 [gcc-9/apple] Fix for __has_builtin defined to 0 #296

Merged
merged 1 commit into from
Jan 26, 2020

Conversation

krzysztof-jusiak
Copy link
Contributor

Problem:

  • Apple defines __has_builtin to 0.

Solution:

  • Undefine __has_builtin when Apple is detected.

@codecov
Copy link

codecov bot commented Jan 25, 2020

Codecov Report

Merging #296 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #296   +/-   ##
=======================================
  Coverage   96.53%   96.53%           
=======================================
  Files          36       36           
  Lines        2858     2858           
=======================================
  Hits         2759     2759           
  Misses         99       99
Impacted Files Coverage Δ
include/boost/ut.hpp 87.66% <ø> (ø) ⬆️

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 f38bb06...3c07681. Read the comment docs.

@krzysztof-jusiak krzysztof-jusiak force-pushed the gcc-9_apple_fix branch 2 times, most recently from eb4dc7e to 87b93c2 Compare January 26, 2020 03:23
Problem:
- Apple defines `__has_builtin` to 0.

Solution:
- Undefine `__has_builtin` when Apple is detected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants