Skip to content

Commit 62e7938

Browse files
author
Herbert Koelman
committed
minior update
1 parent 0fe0369 commit 62e7938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pthread/sync_queue.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ namespace pthread {
211211
_not_empty_cv.notify_one();
212212
} else {
213213
_not_empty_cv.notify_all();
214-
throw queue_full{"synchronized_queue::put() timeout, queue is full."};
214+
throw queue_full("synchronized_queue::put() timeout, queue is full.");
215215
}
216216
}
217217

0 commit comments

Comments
 (0)