ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtstl.h
(Generate patch)

Comparing rxvt-unicode/src/rxvtstl.h (file contents):
Revision 1.2 by pcg, Sat Jan 31 00:20:21 2004 UTC vs.
Revision 1.3 by pcg, Mon Feb 9 07:11:49 2004 UTC

6 6
7#include "simplevec.h" 7#include "simplevec.h"
8 8
9template<typename T> 9template<typename T>
10struct vector : simplevec<T> 10struct vector : simplevec<T>
11{ 11{ };
12};
13 12
14#if 0 13#if 0
15template<typename T> 14template<typename T>
16struct rxvt_vec : simplevec<void *> { 15struct rxvt_vec : simplevec<void *> {
17 typedef T *iterator; 16 typedef T *iterator;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines