From 47c69d0359c720eed2afb8329e827dee76539de1 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Sun, 10 Aug 2014 14:25:46 +0200 Subject: Optimized usage of Layout::queueQueueResizeList. --- lout/container.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lout') diff --git a/lout/container.hh b/lout/container.hh index 03800efd..a7f01732 100644 --- a/lout/container.hh +++ b/lout/container.hh @@ -295,7 +295,8 @@ public: }; /** - * \brief A stack (LIFO). + * \brief A stack (LIFO). Can be used as Queue (FIFO) when pushUnder() + * is used instead of push(). * * Note that the iterator returns all elements in the reversed order they have * been put on the stack. -- cgit v1.2.3