25 #ifndef TCLAP_SSTREAM_H 26 #define TCLAP_SSTREAM_H 28 #if !defined(TCLAP_HAVE_STRSTREAM) 31 #define TCLAP_HAVE_SSTREAM 34 #if defined(TCLAP_HAVE_SSTREAM) 40 #elif defined(TCLAP_HAVE_STRSTREAM) 47 #error "Need a stringstream (sstream or strstream) to compile!" 50 #endif // TCLAP_SSTREAM_H std::istringstream istringstream
std::ostringstream ostringstream