#ifndef __SG_SSTREAM #define __SG_SSTREAM 1 # include namespace std { typedef ::ostrstream ostringstream; typedef ::istrstream istringstream; }; #endif // !__SG_SSTREAM