diff --git a/beast/intrusive/LockFreeStack.h b/beast/intrusive/LockFreeStack.h index 9d64662e5..7de727fd9 100644 --- a/beast/intrusive/LockFreeStack.h +++ b/beast/intrusive/LockFreeStack.h @@ -199,6 +199,7 @@ public: @return `true` if the stack was previously empty. If multiple threads are attempting to push, only one will receive `true`. */ + // VFALCO NOTE Fix this, shouldn't it be a reference like intrusive list? bool push_front (Node* node) { bool first;