Broader support of GLM_FORCE_UNRESTRICTED_GENTYPE #378

This commit is contained in:
Christophe Riccio
2016-11-01 23:34:37 +01:00
parent b45d5e8650
commit 33ea25c052
5 changed files with 58 additions and 48 deletions

View File

@@ -52,6 +52,9 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
## Release notes
#### [GLM 0.9.8.3](https://github.com/g-truc/glm/tree/0.9.8) - 2016-XX-XX
##### Improvements:
- Broader support of GLM_FORCE_UNRESTRICTED_GENTYPE #378
##### Fixes:
- Fixed Android build error with C++11 compiler but C++98 STL #284 #564