Fixed STL for C++11 detection on ICC #510

This commit is contained in:
Christophe Riccio
2016-06-04 23:08:08 +02:00
parent fe6ab8f3b6
commit 39e63661a6
2 changed files with 5 additions and 2 deletions

View File

@@ -55,6 +55,9 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
##### Improvements:
- Added pkg-config file #509
##### Fixes:
- Fixed STL for C++11 detection on ICC #510
#### [GLM 0.9.7.5](https://github.com/g-truc/glm/releases/tag/0.9.7.5) - 2016-05-24
##### Improvements:
- Added Visual C++ Clang toolset detection