brown / protobuf

Common Lisp implementation of Google's protocol buffers
http://common-lisp.net/project/protobuf/
BSD 3-Clause "New" or "Revised" License
115 stars 16 forks source link

Won't compile during instructions #14

Closed Slids closed 4 years ago

Slids commented 4 years ago

While compiling with a new version of google protoc hash_set is not defined. Should be unordered_set?

eschulte commented 4 years ago

This is fixed by my open pull request #13, you could also try my fork in the interim https://github.com/eschulte/protobuf

brown commented 4 years ago

Thanks for your patch. I have applied it.