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

Add initial pass of C++20 invocable map with Call operator. #368

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

copybara-service[bot]
Copy link

Add initial pass of C++20 invocable map with Call operator.

This flavour no longer requires a clang extension and so should unlock other compilers.

I'm keeping this in a separate CL since it's the first time both C++17 and C++20 versions for code in use and would like to flush out build failures.

In a downstream CL I will add this to ObjectRef to enable the new syntax and eventually update existing usage.

#42

@copybara-service copybara-service bot force-pushed the test_710778389 branch 4 times, most recently from 18b8cbc to eee4b3c Compare December 31, 2024 20:43
This flavour no longer requires a clang extension and so should unlock other compilers.

I'm keeping this in a separate CL since it's the first time both C++17 and C++20 versions for code in use and would like to flush out build failures.

In a downstream CL I will add this to `ObjectRef` to enable the new syntax and eventually update existing usage.

#42

PiperOrigin-RevId: 710778389
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.

1 participant