13 May
2022
13 May
'22
5:29 p.m.
On Thu, May 12, 2022 at 3:12 AM Ruben Perez via Boost
...Google's protobufs...creates licensing conflicts with anything submitted to Boost.
If you are only reading protobufs and using the most common subset of its features, it should be fairly easy to do a clean-room implementation of just the part of the protobuf format that you need to make your library work. It wouldn't be that much code either. It would not be necessary (or desirable) to require linking with the stock protobuf library. Thanks