Compilation failure on macOS: Protobuf only supports C++14 and newer
pavel-odintsov opened this issue · 2 comments
pavel-odintsov commented
static_assert(PROTOBUF_CPLUSPLUS_MIN(201402L), "Protobuf only supports C++14 and newer.");```
pavel-odintsov commented
pavel-odintsov commented
Looks like we fixed it with hardcoding of gRPC version: 6cb765b
Homebrew fixed it this way.