Merge branch '0.9.8'

This commit is contained in:
Christophe Riccio
2016-10-16 14:51:57 +02:00
2 changed files with 16 additions and 6 deletions

View File

@@ -72,6 +72,8 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
##### Improvements:
- Added Visual C++ 15 detection
- Added Clang 4.0 detection
- Added warning messages when using GLM_FORCE_CXX** but the compiler
is known to not fully support the requested C++ version #555
- Refactored GLM_COMPILER_VC values
##### Fixes: