added explicit "unused" markers
[rrq/rrqmisc.git] / vector / StackVector.h
1 #ifndef StackVector_H
2 #define StackVector_H
3
4 /**
5  * A StackVector is a management layer around a single_index_level
6  * Vector to allow it to have extra memory allocated
7  */
8 #endif