commit ca23aa6c8025263fdbf38be17676ee108dd624d6 parent 872207b2a343acd6db7f2b47ba3cd0f73869341e Author: Alexandre BIQUE <bique.alexandre@gmail.com> Date: Wed, 20 Oct 2021 21:55:35 +0200 Oups Diffstat:
M | examples/common/param-queue.hh | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/examples/common/param-queue.hh b/examples/common/param-queue.hh @@ -27,6 +27,7 @@ public: _data[w] = value; _writeOffset = wn; + return true; } bool tryPop(T &value) {