Skip to content

Commit dbdb123

Browse files
BillyONealzygoloid
authored andcommitted
[thread.condvarany.intwait] Remove reference to nonexistent variable "cv". (#4115)
1 parent 0f2feb4 commit dbdb123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5052,7 +5052,7 @@
50525052
while (!stoken.stop_requested()) {
50535053
if (pred())
50545054
return true;
5055-
if (cv.wait_until(lock, abs_time) == cv_status::timeout)
5055+
if (wait_until(lock, abs_time) == cv_status::timeout)
50565056
return pred();
50575057
}
50585058
return pred();

0 commit comments

Comments
 (0)