From: Jens Geyer Date: Sun, 3 Nov 2013 22:42:35 +0000 (+0100) Subject: THRIFT-1815 Code generators line buffer output - Go compiler X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=fca0b8c972c3ecdb065e428e92749e1c8777eaf3;p=common%2Fthrift.git THRIFT-1815 Code generators line buffer output - Go compiler Patch: Jens Geyer --- diff --git a/compiler/cpp/src/generate/t_go_generator.cc b/compiler/cpp/src/generate/t_go_generator.cc index ad64956b..b9623780 100644 --- a/compiler/cpp/src/generate/t_go_generator.cc +++ b/compiler/cpp/src/generate/t_go_generator.cc @@ -39,7 +39,12 @@ #include "platform.h" #include "version.h" -using namespace std; +using std::map; +using std::ofstream; +using std::ostringstream; +using std::string; +using std::stringstream; +using std::vector; static const string endl = "\n"; // avoid ostream << std::endl flushes