From 00cf4285fb0539873754f23a654b9cd13ae29af4 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 05 Mar 2014 21:13:36 +0000 Subject: remove post-increment implementation as it is awfully invalid as per github issue #5 --- diff --git a/include/opkele/iterator.h b/include/opkele/iterator.h index 94da7e4..9e5b196 100644 --- a/include/opkele/iterator.h +++ b/include/opkele/iterator.h @@ -159,11 +159,6 @@ namespace opkele { if(!found) empty=true; return *this; } - basic_filterator operator++(int) { - basic_filterator rv(*this); - ++(*this); - return rv; - } void prepare() { bool found = false; -- cgit v0.9.0.2