Status: New
Owner: liuj...@google.com
Labels: Type-Defect Priority-Medium

New issue 379 by thier...@filewave.com: Build failure with MSVC2011
http://code.google.com/p/protobuf/issues/detail?id=379

What steps will reproduce the problem?
1. build with MSVC2011
2. failure to buid command_line_interface.cc (l 784 and 913)
3.

What is the expected output? What do you see instead?
it should work

What version of the product are you using? On what operating system?
MSVC2011 beta on windows 7

Please provide any additional information below.
The pb is linked to C++11's new definition of make_pair. The fix is as easy as changing "make_pair<" into "pair<". See http://connect.microsoft.com/VisualStudio/feedback/details/691756/std-make-pair-error-in-vc11 for more info.

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

Reply via email to