Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
53078be
)
THRIFT-1815 Code generators line buffer output - Go compiler
author
Jens Geyer
<jensg@apache.org>
Sun, 3 Nov 2013 22:42:35 +0000
(23:42 +0100)
committer
Jens 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
patch
|
blob
|
history
diff --git
a/compiler/cpp/src/generate/t_go_generator.cc
b/compiler/cpp/src/generate/t_go_generator.cc
index
ad64956
..
b962378
100644
(file)
--- 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