#ifndef __STLVERSION_H__ #define __STLVERSION_H__ /* Base provider and version of the original STL. This version came * from sgi and is their version 3.3 */ #define STL_BASE_PROVIDER "SGI" #define STL_BASE_VERSION "3.3" #define STL_MODIFIER "ATTO" #define STL_MODIFIER_RELEASE "1.0" #define STL_MODIFIER_REVISION "1D" /* Revision History: * * Release 1.0 * 001A: Initial working version with simple vector operation. Commented out * most stream support from iterators. Checked in to VSS under sub-dir * SgiStl/. STL will remain in this directory until it is sufficiently * stable to be moved elsewhere (while it is being modified to * be compatible without an iostreams library). * 001B: Added default hasher for void pointers. This hasher generates hash * codes equal to the pointer value of the void pointer. Usable inside * sgis hashed extensions . * 001C: Updated stl_config.h with more compiler flags. Code that uses hash * maps will no longer display 'non-template friend' warnings while * compiling. * 001D: Commented out stream support from string class and fixed several * compiler warnings with string class. String class now usable. */ #endif