00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #include "PortabilityImpl.hh"
00015
00016 #ifndef LOG4CPP_HAVE_SSTREAM
00017
00018 namespace std {
00019 std::string ostringstream::str() {
00020 (*this) << '\0';
00021 std::string msg(ostrstream::str());
00022 ostrstream::freeze(false);
00023 return msg;
00024 }
00025 }
00026
00027 #endif