Fixed Visual C++ constexpr build error #555, #556

This commit is contained in:
Christophe Riccio
2016-10-10 22:03:57 +02:00
parent cae9f61e46
commit 19a6d64e8c
7 changed files with 53 additions and 43 deletions

View File

@@ -53,7 +53,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
#### [GLM 0.9.8.2](https://github.com/g-truc/glm/tree/0.9.8) - 2016-09-25
##### Fixes:
- Fixed Visual C++ constexpr build error #555, #556
#### [GLM 0.9.8.1](https://github.com/g-truc/glm/releases/tag/0.9.8.1) - 2016-09-25
##### Improvements: