Fixed Intel compiler build error on Linux #354

This commit is contained in:
Christophe Riccio
2015-07-19 17:38:41 +02:00
parent 1e0cf75b2f
commit 9e2f6dfc7f
2 changed files with 4 additions and 2 deletions

View File

@@ -76,6 +76,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Fixed perspective fovy argument documentation #327
- Removed -m64 causing build issues on Linux 32 #331
- Fixed isfinite with C++98 compilers #343
- Fixed Intel compiler build error on Linux #354
##### Deprecation:
- Removed integer specification for 'mod' in GTC_integer #308