summaryrefslogtreecommitdiff
path: root/src/cpp0x_compat
AgeCommit message (Collapse)AuthorFilesLines
2012-05-05Fixed compilation errors and warnings with GCC 4.7Thorbjørn Lindeijer1-3/+6
Also, since GCC 4.7 there is a binary compatibility issue when linking with a Guichan that was not compiled in C++11 mode. This commit also allows compiling with GCC 4.7 with C++11 mode turned off. Reviewed-by: Erik Schilling
2012-03-24Introduced compile-time option to disable use of C++0xThorbjørn Lindeijer1-0/+7
This is in order to still support older compilers, in particular GCC 4.2.1, so that Mana may be compiled for Maemo 5. Reviewed-by: Yohann Ferreira