We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
static_assert(PROTOBUF_CPLUSPLUS_MIN(201402L), "Protobuf only supports C++14 and newer.");
The text was updated successfully, but these errors were encountered:
你好,感谢你的建议!这个是因为你用的protobuf的版本太新了~ 我们有用户用新版gtest的时候也遇到类似的问题,当时我们是判断gtest版本指定编译test目录的C++标准。
我想你的问题也许有两个比较可行的办法(我们也衡量下哪种更好):
Sorry, something went wrong.
直接用C++14编译吧。
#400 @wxd237 master分支直接改为C++14编译了。
No branches or pull requests
static_assert(PROTOBUF_CPLUSPLUS_MIN(201402L), "Protobuf only supports C++14 and newer.");
The text was updated successfully, but these errors were encountered: