THRIFT-507. ruby: Stop using boost::tokenizer
authorDavid Reiss <dreiss@apache.org>
Tue, 31 Aug 2010 16:51:25 +0000 (16:51 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 31 Aug 2010 16:51:25 +0000 (16:51 +0000)
commit38f89597798a911221839188864f5f90949e3416
treef96c1d6c365514748d7465142b82978ad448b76d
parentbfab32a3b3937d413a38082b817c2829486ab52f
THRIFT-507. ruby: Stop using boost::tokenizer

Previously, the Ruby generated used boost::tokenizer to produce a
vector of namespace components from a dot-delimited namespace string.
We can do this manually with only a slight increase in complexity.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@991251 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_rb_generator.cc