--- parser3/src/include/pa_array.h 2003/07/24 11:31:21 1.59 +++ parser3/src/include/pa_array.h 2003/11/07 13:59:21 1.60 @@ -8,7 +8,7 @@ #ifndef PA_ARRAY_H #define PA_ARRAY_H -static const char* IDENT_ARRAY_Y="$Date: 2003/07/24 11:31:21 $"; +static const char* IDENT_ARRAY_Y="$Date: 2003/11/07 13:59:21 $"; // includes @@ -162,6 +162,13 @@ public: T *last=felements+fused; for(T *current=felements; current void for_each_ref(void (*callback)(T&, I), I info) { + T *last=felements+fused; + for(T *current=felements; current