http://d.puremagic.com/issues/show_bug.cgi?id=9674
--- Comment #2 from [email protected] 2013-03-09 15:31:40 PST --- (In reply to comment #1) > A solution that does not require caching front is the following: > > ... > void popFront(){ process(); source.popFront(); } This should obviously reset the flag: void popFront(){ process(); source.popFront(); processed=false; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
