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

Support optional<future> #172

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Conversation

li-feng-sc
Copy link
Contributor

@li-feng-sc li-feng-sc commented Jun 18, 2024

Codegen already supports this by emitting std::move for optional that contains a future. This makes the library accepts it too by adding a r-value reference overload for optional.fromCpp().

@li-feng-sc li-feng-sc changed the base branch from main to experimental-record June 18, 2024 01:30
@li-feng-sc li-feng-sc merged commit 7eadef8 into experimental-record Jun 18, 2024
1 check passed
@li-feng-sc li-feng-sc deleted the lf/optional-future branch June 18, 2024 23:20
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.

2 participants