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

Constexpr cleanup #403

Merged
merged 7 commits into from
Jan 23, 2024
Merged

Constexpr cleanup #403

merged 7 commits into from
Jan 23, 2024

Conversation

ckormanyos
Copy link
Owner

No description provided.

Copy link

codecov bot commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f6a4127) 100.0% compared to head (bbe418d) 100.0%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #403   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files          39       39           
  Lines        3604     3604           
=======================================
  Hits         3604     3604           
Files Coverage Δ
examples/example000_numeric_limits.cpp 100.0% <ø> (ø)
examples/example000a_builtin_convert.cpp 100.0% <ø> (ø)
examples/example001_mul_div.cpp 100.0% <ø> (ø)
examples/example001a_div_mod.cpp 100.0% <ø> (ø)
examples/example002_shl_shr.cpp 100.0% <ø> (ø)
examples/example003_sqrt.cpp 100.0% <ø> (ø)
examples/example003a_cbrt.cpp 100.0% <ø> (ø)
examples/example004_rootk_pow.cpp 100.0% <ø> (ø)
examples/example005_powm.cpp 100.0% <ø> (ø)
examples/example005a_pow_factors_of_p99.cpp 100.0% <ø> (ø)
... and 27 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f6a4127...bbe418d. Read the comment docs.

Copy link

sonarcloud bot commented Jan 23, 2024

@ckormanyos
Copy link
Owner Author

Fix #402 clean up constexpr-ness

@ckormanyos ckormanyos merged commit 2153d3f into master Jan 23, 2024
145 checks passed
@ckormanyos ckormanyos deleted the constexpr_cleanup branch January 23, 2024 15:30
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

1 participant