Added Visual C++ 15 detection, Added Clang 4.0 detection, Refactored GLM_COMPILER_VC values

This commit is contained in:
Christophe Riccio
2016-10-12 21:40:03 +02:00
parent 5f5e800a24
commit 1c85265f97
7 changed files with 124 additions and 90 deletions

View File

@@ -52,6 +52,11 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
## Release notes
#### [GLM 0.9.8.2](https://github.com/g-truc/glm/tree/0.9.8) - 2016-09-25
##### Improvements:
- Added Visual C++ 15 detection
- Added Clang 4.0 detection
- Refactored GLM_COMPILER_VC values
##### Fixes:
- Fixed Visual C++ constexpr build error #555, #556