THRIFT-1815 Code generators line buffer output - Go compiler
authorJens Geyer <jensg@apache.org>
Sun, 3 Nov 2013 22:42:35 +0000 (23:42 +0100)
committerJens Geyer <jensg@apache.org>
Sun, 3 Nov 2013 22:42:35 +0000 (23:42 +0100)
Patch: Jens Geyer

compiler/cpp/src/generate/t_go_generator.cc

index ad64956..b962378 100644 (file)
 #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