Comment #2 on issue 398 by [email protected]: Compiler Errors in VS2012 - With some solutions
http://code.google.com/p/protobuf/issues/detail?id=398
This is by design in VS 2011 and VS 2012 -- see here: http://connect.microsoft.com/VisualStudio/feedback/details/691756/std-make-pair-error-in-vc11
make_pair should no longer be specified with templates, as those can be deduced from the parameters supplied.
-- 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.
