src/cx/iterator.h

changeset 1386
748d0d40881e
parent 1214
ee4e33284f0c
--- a/src/cx/iterator.h	Sun Sep 21 18:42:18 2025 +0200
+++ b/src/cx/iterator.h	Sun Sep 21 19:31:30 2025 +0200
@@ -70,6 +70,10 @@
      */
     void (*next)(void *);
     /**
+     * Original implementation in case the function needs to be wrapped.
+     */
+    void (*next_impl)(void *);
+    /**
      * Indicates whether this iterator may remove elements.
      */
     bool mutating;

mercurial