From 2b902a5312037750803224fa028f0cb1ad801544 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 2 Dec 2007 22:37:14 +0000 Subject: [PATCH] *** empty log message *** --- src/rxvtutil.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rxvtutil.h b/src/rxvtutil.h index 6cd5489c..4a940635 100644 --- a/src/rxvtutil.h +++ b/src/rxvtutil.h @@ -375,6 +375,7 @@ struct stringvec : simplevec } }; +#if 0 template struct rxvt_vec : simplevec { typedef T *iterator; @@ -388,6 +389,7 @@ struct rxvt_vec : simplevec { 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 { -- 2.34.1