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

Change result_of to invoke_result in velox/vector/fuzzer/GeneratorSpec.h #9720

Closed
wants to merge 1 commit into from

Conversation

r-barnes
Copy link
Contributor

@r-barnes r-barnes commented May 6, 2024

Summary: C++20 has eliminated result_of in favour of invoke_result. It's mysterious that this code even still works, but, nevertheless, I'm fixing it.

Differential Revision: D56987447

…rSpec.h

Summary: C++20 has [eliminated](https://en.cppreference.com/w/cpp/types/result_of) `result_of` in favour of `invoke_result`. It's mysterious that this code even still works, but, nevertheless, I'm fixing it.

Differential Revision: D56987447
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 6, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D56987447

Copy link

netlify bot commented May 6, 2024

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 4a95f9b
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/6638e7c1ad7ae20008c9e758

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 1fd2bc9.

Copy link

Conbench analyzed the 1 benchmark run on commit 1fd2bc96.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

Joe-Abraham pushed a commit to Joe-Abraham/velox that referenced this pull request May 8, 2024
…rSpec.h (facebookincubator#9720)

Summary:
Pull Request resolved: facebookincubator#9720

C++20 has [eliminated](https://en.cppreference.com/w/cpp/types/result_of) `result_of` in favour of `invoke_result`. It's mysterious that this code even still works, but, nevertheless, I'm fixing it.

Differential Revision: D56987447

fbshipit-source-id: 0cf99659c63739911b503a3c0d97be641f98ace9
Joe-Abraham pushed a commit to Joe-Abraham/velox that referenced this pull request Jun 7, 2024
…rSpec.h (facebookincubator#9720)

Summary:
Pull Request resolved: facebookincubator#9720

C++20 has [eliminated](https://en.cppreference.com/w/cpp/types/result_of) `result_of` in favour of `invoke_result`. It's mysterious that this code even still works, but, nevertheless, I'm fixing it.

Differential Revision: D56987447

fbshipit-source-id: 0cf99659c63739911b503a3c0d97be641f98ace9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants