- Improved C++ 11 STL detection #523

This commit is contained in:
Christophe Riccio
2016-07-16 00:28:32 +02:00
parent 76fce77337
commit 2087606611
2 changed files with 3 additions and 9 deletions

View File

@@ -55,6 +55,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
##### Improvements:
- Added pkg-config file #509
- Updated list of compiler versions detected
- Improved C++ 11 STL detection #523
##### Fixes:
- Fixed STL for C++11 detection on ICC #510