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

2010-04-06 Thread skyork
To be honest, I didn't get as far as reflection because it didn't show up immediately as a compile error after I changed the underlying basic_string type in the messages. But as far as reflection is concerned, the only difference between my string and std::string is the allocator, so at least for

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

2010-04-06 Thread Kenton Varda
On Tue, Apr 6, 2010 at 1:41 AM, skyork sky...@gmail.com wrote: To be honest, I didn't get as far as reflection because it didn't show up immediately as a compile error after I changed the underlying basic_string type in the messages. But as far as reflection is concerned, the only difference