Hi, I am getting below warnings when compiled with VS 2012,Can you please share How to resolve them?
\protobuf\src\google/protobuf/repeated_field.h(785) : see reference to function template instantiation '_OutIt std::copy<const Element[],Element[]>(_InIt,_InIt,_OutIt)' being compiled 1> with 1> [ 1> _OutIt=google::protobuf::uint64 [], 1> Element=google::protobuf::uint64, 1> _InIt=const google::protobuf::uint64 [] 1> ] 1> C:\....\protobuf\src\google/protobuf/repeated_field.h(784) : while compiling class template member function 'void google::protobuf::internal::ElementCopier<Element>::operator ()(Element [],const Element [],int)' 1> with 1> [ 1> Element=google::protobuf::uint64 1> ] 1> C:.....\protobuf\src\google/protobuf/repeated_field.h(777) : see reference to function template instantiation 'void google::protobuf::internal::ElementCopier<Element>::operator ()(Element [],const Element [],int)' being compiled 1> with 1> [ 1> Element=google::protobuf::uint64 1> ] Thanks, Sachin -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
