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
llcppgtest apr-util-1
NewTypeDecl apr_bucket_type_t Fail: error convert type: unsupported type *ast.EnumType
The text was updated successfully, but these errors were encountered:
gogensig 需要支持结构体中存在匿名枚举
struct apr_bucket_type_t { const char *name; int num_func; enum { APR_BUCKET_DATA = 0, APR_BUCKET_METADATA = 1 } is_metadata; void (*destroy)(void *data); };
Sorry, something went wrong.
luoliwoshang
No branches or pull requests
llcppgtest apr-util-1
The text was updated successfully, but these errors were encountered: