Hi, Simon. I am using protobuffers with Visual Studio 2008; I went for version 2.6.1 which is tagged in the git repository. From what I could gather, any version above 3.0 requires C++11...
HTH, Mike. On Thursday, July 4, 2019 at 3:25:59 PM UTC+1, Simon Elliott 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 view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/539c87cf-ede7-468b-92e9-c5a101632349%40googlegroups.com.
