THRIFT-507. Stop using boost::lexical_cast in the compiler
authorDavid Reiss <dreiss@apache.org>
Tue, 31 Aug 2010 16:51:26 +0000 (16:51 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 31 Aug 2010 16:51:26 +0000 (16:51 +0000)
commitaca320d3955c39ce7c05de16d748e103daf074a4
treefcfb1ed71ab75252cd4c94a0691cc741d697396b
parent38f89597798a911221839188864f5f90949e3416
THRIFT-507. Stop using boost::lexical_cast in the compiler

We were using boost::lexical_cast to convert an integer to a string,
but using a stringstream is only slightly more complicated.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@991252 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/parse/t_field.h
compiler/cpp/src/parse/t_scope.h