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

[except.terminate] thread has move-assignment, not copy #2903

Merged
merged 1 commit into from May 28, 2019

Conversation

AlisdairM
Copy link
Contributor

The copy-assignment operator for std::thread is deleted, but the
move-assignment operator documents a call to std::terminate as
expected. Suggesting this is an editorial fix rather than something
to run through the Core issues lists.

The copy-assignment operator for std::thread is deleted, but the
move-assignment operator documents a call to std::terminate as
expected.  Suggesting this is an editorial fix rather than something
to run through the Core issues lists.
@jensmaurer jensmaurer merged commit 127bb36 into cplusplus:master May 28, 2019
@AlisdairM AlisdairM deleted the thread_terminate_on_move branch November 14, 2023 19:29
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.

None yet

3 participants