Added unary + operator #435

This commit is contained in:
Christophe Riccio
2015-10-17 04:11:52 +02:00
parent 7db048b851
commit 1709e9abca
31 changed files with 150 additions and 20 deletions

View File

@@ -61,6 +61,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Fixed "Declaration shadows a field" warning #468
- Fixed 'GLM_COMPILER_VC2005 is not defined' warning #468
- Fixed various 'X is not defined' warnings #468
- Fixed missing unary + operator #435
#### [GLM 0.9.7.1](https://github.com/g-truc/glm/releases/tag/0.9.7.1) - 2015-09-07
##### Improvements: