[protobuf] Support for std::basic_string?

2010-04-05 Thread skyork
I was wondering if there was any plans to support std::basic_string, as opposed to std::string? The reason I ask is because our code base uses a custom allocator for strings and hence our own string type (i.e. typedef std::basic_string... MyString), and the generated protocol buffer code is

[protobuf] Re: Support for std::basic_string?

2010-04-06 Thread skyork
such that it can deal with user-specified instances of basic_string. On Mon, Apr 5, 2010 at 5:15 PM, skyork sky...@gmail.com wrote: I was wondering if there was any plans to support std::basic_string, as opposed to std::string?  The reason I ask is because our code base uses a custom