Re: [protobuf] Allocator Support for strings

2011-07-13 Thread Gokulakannan Somasundaram
implementations, this would be problematic. This is similar to the issues people have had with different STL implementations in prod vs debug builds in MSVC. Not sure we want to open up another can of worms.) On Fri, Jul 8, 2011 at 7:26 PM, Gokulakannan Somasundaram gokul...@gmail.com wrote

Re: [protobuf] Allocator Support for strings

2011-07-08 Thread Gokulakannan Somasundaram
Thanks a lot for the reply. I understood that part. Currently in the .proto file, there is a string definition which gets translated to std::string. What we actually need is a typedef which can be configured as per the end user wish, before building the protobuf. But can i get some assistance on