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
typedef uint64_t vp_uint64_t;
create_multimap(vp_uint64_t, int); 总是返回NULL;请问下对于typedef的类型需要使用type_register来注册吗?如何使用呢?
另外,我发现uint64_t在mac上运行没问题,在linux虚拟机上却读取出错。
The text was updated successfully, but these errors were encountered:
uint64_t这样的类型将在libcstl-2.4中默认支持
Sorry, something went wrong.
No branches or pull requests
typedef uint64_t vp_uint64_t;
create_multimap(vp_uint64_t, int); 总是返回NULL;请问下对于typedef的类型需要使用type_register来注册吗?如何使用呢?
另外,我发现uint64_t在mac上运行没问题,在linux虚拟机上却读取出错。
The text was updated successfully, but these errors were encountered: