Greetings all,
I'm trying to update what lisp protoc links against externally.
It's complaining:
literals.cc:17:28: error: ‘SimpleFtoa’ is not a member of ‘google::protobuf::io’
literals.cc:35:28: error: ‘SimpleDtoa’ is not a member of ‘google::protobuf::io’
Here is the github CI yaml:
The makefile:
And the failing pull request:
If you look at the changes it's updating the
include files removing:
google/protobuf/stubs/strutil.h
and adding:
google/protobuf/io/strtod.h