Skip to content
New issue

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

多重嵌套结构体 xhas无效 #19

Closed
zhzsx opened this issue Nov 23, 2019 · 1 comment
Closed

多重嵌套结构体 xhas无效 #19

zhzsx opened this issue Nov 23, 2019 · 1 comment

Comments

@zhzsx
Copy link

zhzsx commented Nov 23, 2019

typedef struct _User
{
std::string name;
}User;

typedef struct _UserList
{
std::vectorstd::string userVec;
}UserList;

@xyz347
Copy link
Owner

xyz347 commented Nov 23, 2019

fixed

@xyz347 xyz347 closed this as completed Nov 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants