From: root Date: Sun, 2 Dec 2007 22:37:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=2b902a5312037750803224fa028f0cb1ad801544;p=dana%2Furxvt.git *** empty log message *** --- 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 {