Comment #1 on issue 195 by [email protected]: common.h should not have "using namespace std;"
http://code.google.com/p/protobuf/issues/detail?id=195
"using namespace std;" appears *inside* the google::protobuf namespace, so it shouldn't affect you. We do *not* add any new symbols to the global namespace, except
for "google". Are you seeing something different? -- 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.
