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

Replace result_of with invoke_result_t #3288

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Conversation

JCGoran
Copy link
Collaborator

@JCGoran JCGoran commented Dec 12, 2024

result_of was deprecated in C++17, and should be replaced by invoke_result (or its helpers).

`result_of` was deprecated in C++17, and should be replaced by
`invoke_result` (or its helpers).
@JCGoran JCGoran marked this pull request as ready for review December 12, 2024 15:19
Copy link

codecov bot commented Dec 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.06%. Comparing base (3fb7b21) to head (d743f02).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3288   +/-   ##
=======================================
  Coverage   67.06%   67.06%           
=======================================
  Files         572      572           
  Lines      111092   111092           
=======================================
  Hits        74508    74508           
  Misses      36584    36584           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

✔️ d743f02 -> Azure artifacts URL

@alkino alkino merged commit 77eec5a into master Dec 12, 2024
38 checks passed
@alkino alkino deleted the jelic/fix_cpp_deprecation branch December 12, 2024 17:58
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.

3 participants