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
首先作者很牛逼,表达一下对作者的崇拜。
接下来 我在三个地方发生了报错 分别的解决办法如下。
#define gettid() static_cast<pid_t>(syscall(SYS_gettid))
#include <stdexcept>
explicit RpcError(int32_t error): err_(fromErrorCode(error)) {}
The text was updated successfully, but these errors were encountered:
getpid() 和gcc bits里一个函数重名,改个名就好了
Sorry, something went wrong.
No branches or pull requests
首先作者很牛逼,表达一下对作者的崇拜。
接下来
我在三个地方发生了报错 分别的解决办法如下。
解决办法 :删除函数 并加上
The text was updated successfully, but these errors were encountered: