1

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

howlger
  • 31,050
  • 11
  • 59
  • 99
Smiley
  • 11
  • 2

1 Answers1

2

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.

Filip Brzek
  • 113
  • 1
  • 10