The 3.5.x branch contains the most recent code that still builds without requiring C++11.
On Thu, Jul 4, 2019 at 7:26 AM Simon Elliott < [email protected]> wrote: > In https://github.com/protocolbuffers/protobuf/issues/2780 it's suggested > that "We may create a branch that works for C++98. The branch will only > accept bug fixes, but not new features, optimization, etc" > > https://github.com/protocolbuffers/protobuf/issues/3492 "Code should > compile with --std=c++03 before we switch to c++11 only" has been closed, > but I can't find the corresponding commit. > > I've tried to build a few versions but always fall foul of "error: use of > undeclared identifier 'va_copy'" which as c++ developers will be aware is > specific to c++11 and later. > > Can anyone advise which version builds with -std=c++98 or -std=c++03? > > -- > 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. > To view this discussion on the web visit > https://groups.google.com/d/msgid/protobuf/986b414f-53ca-480f-8b4b-510ae70786aa%40googlegroups.com > <https://groups.google.com/d/msgid/protobuf/986b414f-53ca-480f-8b4b-510ae70786aa%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/CADqAXr51DapwEKXA%2BzYE0B4Xy7cvFiC3foRNfAdRdVVOvfHSug%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
