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 an exposition-only utility for emplacing immovable types in containers #178

Merged
merged 4 commits into from
Feb 18, 2024

Conversation

ericniebler
Copy link
Collaborator

This will be needed by when_all, which keeps a tuple of operation states.

execution.bs Outdated Show resolved Hide resolved
</pre>

1. <span class="wg21note"><i>`emplace-construct`</i> is used to emplace
non-movable types into containers like `tuple`, `optional`, and `variant`.</span>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's unclear to me why tuple, optional, and variant are considered as containers here.

@ericniebler ericniebler merged commit b73114a into main Feb 18, 2024
github-actions bot pushed a commit that referenced this pull request Feb 18, 2024
add an exposition-only utility for emplacing immovable types in containers b73114a
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