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

Still Data Type Issue on Different Platform #16

Open
zhoub opened this issue Jul 25, 2016 · 1 comment
Open

Still Data Type Issue on Different Platform #16

zhoub opened this issue Jul 25, 2016 · 1 comment
Assignees

Comments

@zhoub
Copy link
Contributor

zhoub commented Jul 25, 2016

The config.h generated doesn't recognize the ssize_t which is not a basic type as POSIX.

I strongly suggest to use our typedef, actually only long = 4 on Windows but 8 o POSIX, this is the special case.

size_t is equivalent to the uint64_t, which has conflicts on some compilers about template specialization, also the ssize_t.

@pberto
Copy link
Contributor

pberto commented Jul 25, 2016

@panta have a look at this asap, thanks.

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

3 participants