Hi, I'd like to use the C++ interface of the protobuf library.
However, I am forced (don't ask) to use this old-ish version of gcc in Linux. $> g++34 --version g++34 (GCC) 3.4.6 20060404 (Red Hat 3.4.6-19.el6) What is the newest version of protobuf that I can use? I cannot find any documentation about supported C++ compilers. All I could find is a comment in github issue #226 saying "In 3.0 release we dropped the support for GCC 3.x" I guess that means 2.6.1 or earlier, right? Any pointers to docs about C++ compiler support appreciated. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
