#ifndef __TSTRING #define __TSTRING #include using namespace std; typedef basic_string, allocator > tstring; #endif // __TSTRING