Removed runtime support for Mac OS 10.6 and switched from libstdc++ to libc++ in OS X. Now we can use C++11's standard library!

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2014-08-08 18:54:12 -03:00
parent 53e63d48c9
commit a757315006
3 changed files with 15 additions and 6 deletions
+3
View File
@@ -27,6 +27,9 @@
// C++
#include <algorithm>
// C
#include <cstdlib>
namespace love
{
namespace image