- Improved constexpr for constant functions coverage #198

This commit is contained in:
Christophe Riccio
2015-08-31 22:14:45 +02:00
parent f92c1219ed
commit 1d266efe20
5 changed files with 64 additions and 61 deletions

View File

@@ -51,6 +51,9 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
## Release notes
#### [GLM 0.9.7.1](https://github.com/g-truc/glm/releases/latest) - 2015-XX-XX
##### Improvements:
- Improved constexpr for constant functions coverage #198
##### Fixes:
- Fixed strict alignment warnings #235 #370
- Fixed link errors on compilers not supported default function #377