Rely on C++11 to implement isinf and isnan

This commit is contained in:
Christophe Riccio
2014-08-04 01:18:34 +02:00
parent 96ef6ae9ba
commit f916339ca7
2 changed files with 8 additions and 5 deletions

View File

@@ -43,6 +43,7 @@ GLM 0.9.5.5: 2014-XX-XX
- Fixed missing value_type for dual quaternion
- Fixed return type of dual quaternion length
- Fixed infinite loop in isfinite function with GCC #221
- Rely on C++11 to implement isinf and isnan
================================================================================
GLM 0.9.5.4: 2014-06-21