Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Limiting *int*_t type redefinitions in GLM for compilers that have built-in std def. #233

Closed
Groovounet opened this issue Aug 31, 2014 · 0 comments
Assignees
Milestone

Comments

@Groovounet
Copy link
Member

if defined( GLM_USE_CSTDINT_DEFINITIONS ) // or similar

using std::int8_t;
...

else

typedef detail::int32 int32_t;

endif

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant