// Main header for the -*- C++ -*- string classes. #ifndef __STRING__ #define __STRING__ #include typedef basic_string > string; // typedef basic_string > wstring; #endif