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? # 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
using std::int8_t; ...
typedef detail::int32 int32_t;
The text was updated successfully, but these errors were encountered:
Limited extended integer type redifinition (#233)
4a701c6
Rely on STL functions for GLM functions using the same prototype #233
ac3c2e3
0613b5c
Groovounet
No branches or pull requests
if defined( GLM_USE_CSTDINT_DEFINITIONS ) // or similar
using std::int8_t;
...
else
typedef detail::int32 int32_t;
endif
The text was updated successfully, but these errors were encountered: