Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It seems like a recent FreeBSD update to the Protobuf package has updated it to a version where it (or rather the linked-to abseil) library requires C++17. Thus, we can't use Protobuf while compiling with C++14. We have to hope that the stdlib on FreeBSD did not remove some deprecated structs used by ZeroC Ice that prevents us from using C++17 generally.
- Loading branch information