Tomek Sowiński Sun, 08 Aug 2010 03:10:22 -0700
Tomek Sowiński napisał: > bool empty() { return counter > 0; }
Should of course be counter == 0;