I am using protobuf with zmq for one of my project. Can I use protobuf with this gcc version 4.6.1?
If yes, please let me know which version of protobuf I have to use.
Regards, Smiley
I am using protobuf with zmq for one of my project. Can I use protobuf with this gcc version 4.6.1?
If yes, please let me know which version of protobuf I have to use.
Regards, Smiley
Copyright © 2021 Jogjafile Inc.
According to gh-issue it requires c++11, so at least
4.8.1(gcc c++ support) would be required as it was first release feature-complete.