THRIFT-2558: CSharp gen tries to add str + int
authorra <ra@apache.org>
Fri, 30 May 2014 13:31:00 +0000 (06:31 -0700)
committerra <ra@apache.org>
Fri, 30 May 2014 13:31:00 +0000 (06:31 -0700)
commit91b3b1a6b204b381d6ccea1016b6900667ac1a6c
tree1863301e12e2fb1abbd567dcc3c9bbbf479c0376
parent73464acebf22b770cef752c91ae5d13dbce236e5
THRIFT-2558: CSharp gen tries to add str + int
Client: C# Compiler
Patch: Randy Abernethy

The C# generator attempts to throw a str + int string in
several places producing undesirable results. This patch
uses stringstream to concatenate the string representations.
compiler/cpp/src/generate/t_csharp_generator.cc