[protobuf] Re: Issue 447 in protobuf: No C++11 move constructors

2013-01-28 Thread protobuf


Comment #3 on issue 447 by mike.naq...@gmail.com: No C++11 move constructors
http://code.google.com/p/protobuf/issues/detail?id=447

I think there are some simple C++11 #ifdefs to address this for GCC/Clang  
and VS, so it should be doable. This would be a huge win in performance in  
same cases.


--
You received this message because you are subscribed to the Google Groups Protocol 
Buffers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[protobuf] Re: Issue 269 in protobuf: Would like to have byte or int8 type for the message definition

2013-01-28 Thread protobuf


Comment #2 on issue 269 by kumar.su...@hotmail.com: Would like to have byte  
or int8 type for the message definition

http://code.google.com/p/protobuf/issues/detail?id=269

This is something I have been looking for as well. I need it for a  
different use-case though, want to support fixed length strings through  
this. I suppose int32 can’t be used in this case.


--
You received this message because you are subscribed to the Google Groups Protocol 
Buffers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.