upa-url / upa

An implementation of the WHATWG URL Standard in C++
https://upa-url.github.io/docs/
Other
13 stars 0 forks source link

Fix use of __has_include #76

Closed rmisev closed 3 weeks ago

rmisev commented 3 weeks ago

Use __has_include in a portable way. See: https://gcc.gnu.org/onlinedocs/cpp/_005f_005fhas_005finclude.html

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.67%. Comparing base (fd2aa36) to head (015ed58). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #76 +/- ## ======================================= Coverage 99.67% 99.67% ======================================= Files 14 14 Lines 2427 2427 Branches 382 382 ======================================= Hits 2419 2419 Misses 8 8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.