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

[thread.condvarany.intwait] remove reference to nonexistent "cv" variable #4115

Merged
merged 1 commit into from Aug 18, 2020
Merged

Conversation

BillyONeal
Copy link
Contributor

Resolves #4114.

Remove reference to nonexistent variable "cv" in the new cv interruptible waits.

Presumably this was copied from a reference implementation that built on top of another cv type wherein "cv" was a member variable.

…able waits.

Presumably this was copied from a reference implementation that built on top of another cv type wherein "cv" was a member variable.
@jensmaurer jensmaurer merged commit 521b49a into cplusplus:master Aug 18, 2020
zygoloid pushed a commit to zygoloid/cplusplus that referenced this pull request Sep 22, 2020
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.

[thread.condvarany.intwait] contains reference to nonexistent "cv" variable
3 participants