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

对于typedef 内置类型使用的问题 #35

Open
hy05190134 opened this issue Jan 16, 2015 · 1 comment
Open

对于typedef 内置类型使用的问题 #35

hy05190134 opened this issue Jan 16, 2015 · 1 comment

Comments

@hy05190134
Copy link

typedef uint64_t vp_uint64_t;

create_multimap(vp_uint64_t, int); 总是返回NULL;请问下对于typedef的类型需要使用type_register来注册吗?如何使用呢?

另外,我发现uint64_t在mac上运行没问题,在linux虚拟机上却读取出错。

@activesys
Copy link
Owner

uint64_t这样的类型将在libcstl-2.4中默认支持

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