Removed <iostream> in GLM tests, use <cstdio> instead

This commit is contained in:
Christophe Riccio
2014-11-15 00:49:12 +01:00
parent d606eaf2da
commit 141c1856a7
10 changed files with 62 additions and 70 deletions

View File

@@ -72,6 +72,7 @@ Improvements:
- Reduced integer type redifinitions #233
- Rewrited of GTX_fast_trigonometry #264 #265
- Made types trivially copyable #263
- Removed <iostream> in GLM tests
Fixes:
- Fixed std::nextafter not supported with C++11 on Android #217