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
hash.hpp / hash.inl uses the old tquat not qua
glm/glm/gtx/hash.hpp
Lines 75 to 85 in f920ffa
this makes code without template aliases to fail since then tquat is not defined.
The text was updated successfully, but these errors were encountered:
Hash hashes qua instead of tquat closes g-truc#919
3e853b0
9a1f85a
Merge pull request #920 from inviwo/feature/hash-qua
4fc2897
Hash hashes qua instead of tquat closes #919 #920
No branches or pull requests
hash.hpp / hash.inl uses the old tquat not qua
glm/glm/gtx/hash.hpp
Lines 75 to 85 in f920ffa
this makes code without template aliases to fail since then tquat is not defined.
The text was updated successfully, but these errors were encountered: