--- rxvt-unicode/src/rxvtutil.h 2007/12/02 12:31:44 1.32 +++ rxvt-unicode/src/rxvtutil.h 2007/12/02 22:37:14 1.34 @@ -389,6 +389,7 @@ T &operator [] (int i) { return * (T *) (& ((* (simplevec *)this)[i])); } const T &operator [] (int i) const { return * (const T *) (& ((* (const simplevec *)this)[i])); } }; +#endif template struct auto_ptr { @@ -449,7 +450,6 @@ }; typedef auto_ptr auto_str; -#endif #endif