Tidy doc comments

This commit is contained in:
Vinnie Falco
2013-11-29 21:10:45 -08:00
parent cdaa65c07a
commit fc31562052

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;