kidok / protobuf

Automatically exported from code.google.com/p/protobuf
0 stars 0 forks source link

Standard STL classes are not prefixed with "std::" causing compilation issues #591

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Generate Visual Studio 2008 Compatible Solution/Projects
2. Open the Solution
3. Build libprotobuf project

What is the expected output? What do you see instead?
I keep getting errors like these
error C2872: 'string' : ambiguous symbol
For each of these errors, I need to prefix "std::" to ensure that the namespace 
is properly resolved.

What version of the product are you using? On what operating system?
2.5.0, on Windows 7, 32 Bit, Visual Studio 2008

Please provide any additional information below.

Original issue reported on code.google.com by mih...@gmail.com on 2 Jan 2014 at 3:59