Comment #2 on issue 194 by h.a.syed: Failed to compile protobuf::test with Visual Studio 2010: RepeatedFieldBackInsertIterator should be Assignable and Copy Constructible
http://code.google.com/p/protobuf/issues/detail?id=194
In file "repeated_field.h" in project "libprotobuf". "RepeatedFieldBackInsertIterator" is not the only template class that needs the suggested adjustment (removal of const qualifier), "AllocatedRepeatedPtrFieldBackInsertIterator" and "RepeatedPtrFieldBackInsertIterator" also need to be similarly adjusted for the code to compile.
As I do not understand the gravity of this change, Is this the fix that will go into the next release ?
-- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
