Tidy doc comments

This commit is contained in:
Vinnie Falco
2013-11-29 21:10:45 -08:00
parent 760f51910f
commit d346e6645a

View File

@@ -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;