Fixed use of libstdc++ with Clang #351

This commit is contained in:
Christophe Riccio
2015-07-19 17:59:21 +02:00
parent 9e2f6dfc7f
commit ac21d7bdad
2 changed files with 11 additions and 1 deletions

View File

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