namespace std { template , class Allocator = allocator > class basic_istringstream; typedef basic_istringstream istringstream; typedef basic_istringstream wistringstream; template , class Allocator = allocator > class basic_ostringstream; typedef basic_ostringstream ostringstream; typedef basic_ostringstream wostringstream; template , class Allocator = allocator > class basic_stringstream; typedef basic_stringstream stringstream; typedef basic_stringstream wstringstream; template , class Allocator = allocator > class basic_filebuf; typedef basic_filebuf stringbuf; typedef basic_filebuf wstringbuf; }