I see protobuf simply uses "#if _MSC_VER" to guess the namespace of
hash_map, and assumes users to use the native stl implementation. I
find _MSC_VER or __GNUC__ everywhere in src and generated c++ code. It
seems that protobuf tests these macros to deal with different
compiliers but also their default stl. So I would ask can I use
protobuf with MSVC and stlport and how to do it?
--~--~---------~--~----~------------~-------~--~----~
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