- Fixed std::nextafter not supported with C++11 on Android #213

This commit is contained in:
Christophe Riccio
2014-06-28 20:56:12 +02:00
parent 7459161364
commit 9a3f42279b
2 changed files with 12 additions and 3 deletions

View File

@@ -36,6 +36,11 @@ GLM is a header only library, there is nothing to build, just include it.
More informations in GLM manual:
http://glm.g-truc.net/glm.pdf
================================================================================
GLM 0.9.5.5: 2014-XX-XX
--------------------------------------------------------------------------------
- Fixed std::nextafter not supported with C++11 on Android #213
================================================================================
GLM 0.9.5.4: 2014-06-21
--------------------------------------------------------------------------------