(svn r12737) -Codechange: Replace vector with a cut down class to allocate space as necessary. This avoids copying data around for vector's push_back() function.

This commit is contained in:
peter1138
2008-04-16 19:01:09 +00:00
parent 47365fee11
commit efdf8b8c8a
5 changed files with 77 additions and 27 deletions

View File

@@ -515,6 +515,7 @@ misc/dbg_helpers.cpp
misc/dbg_helpers.h
misc/fixedsizearray.hpp
misc/hashtable.hpp
misc/smallveh.h
misc/str.hpp
misc/strapi.hpp