glm::quat does not have value_type typedef

This typedef is a “must have” for the template programming so I believe this is just an inadvertent omission that has to be corrected.
It seems that value_type has been present in some previous revisions of tquat template class, but it has been left over somehow.

I don’t know how to submit bug/feature request through glm web site so I decided to put it here.

Best regards.

There’s a link on the GLM website called “report a bug” that leads to a Github issue tracking site.

AFAIK Everyone with a Github account can open issues on a public project. You might want to try it there.

[QUOTE=Agent D;1260141]There’s a link on the GLM website called “report a bug” that leads to a Github issue tracking site.

AFAIK Everyone with a Github account can open issues on a public project. You might want to try it there.[/QUOTE]

Thanks, I’ll try it there. Maybe I have overlooked it.