projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c536a7d
)
*** empty log message ***
author
root
<root>
Sun, 2 Dec 2007 22:37:14 +0000
(22:37 +0000)
committer
root
<root>
Sun, 2 Dec 2007 22:37:14 +0000
(22:37 +0000)
src/rxvtutil.h
patch
|
blob
|
history
diff --git
a/src/rxvtutil.h
b/src/rxvtutil.h
index 6cd5489c4941591e4dcdc941bd5e0b2a241bc56a..4a940635610713a5a1c7ce10e1c1cc364599c249 100644
(file)
--- a/
src/rxvtutil.h
+++ b/
src/rxvtutil.h
@@
-375,6
+375,7
@@
struct stringvec : simplevec<char *>
}
};
+#if 0
template<typename T>
struct rxvt_vec : simplevec<void *> {
typedef T *iterator;
@@
-388,6
+389,7
@@
struct rxvt_vec : simplevec<void *> {
T &operator [] (int i) { return * (T *) (& ((* (simplevec<void *> *)this)[i])); }
const T &operator [] (int i) const { return * (const T *) (& ((* (const simplevec<void *> *)this)[i])); }
};
+#endif
template<typename T>
struct auto_ptr {