Skip to content

Make variadic functions C++26 safe. #1258

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

Merged
merged 1 commit into from
Apr 14, 2025
Merged

Make variadic functions C++26 safe. #1258

merged 1 commit into from
Apr 14, 2025

Conversation

jzmaddock
Copy link
Collaborator

Fixes #1252.

Copy link

codecov bot commented Apr 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.84%. Comparing base (ddd8032) to head (a0fd863).
Report is 2 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1258   +/-   ##
========================================
  Coverage    93.84%   93.84%           
========================================
  Files          658      658           
  Lines        55295    55295           
========================================
  Hits         51891    51891           
  Misses        3404     3404           

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 ddd8032...a0fd863. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jzmaddock jzmaddock merged commit a2fbc93 into develop Apr 14, 2025
80 of 81 checks passed
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.

-Wdeprecated-missing-comma-variadic-parameter
1 participant