Bugfix: different behaviour on Linux and Mac; refs #7

This commit is contained in:
Marc Wäckerlin
2013-11-06 15:40:50 +00:00
parent f377b1fe67
commit 3f2a31fb12

View File

@@ -30,6 +30,9 @@
// __cplusplus==1 is a known bug in gcc 4.6.3
# warning your compiler has a know bug, please upgrade to gcc >= 4.7
# warning see __cplusplus in http://gcc.gnu.org/gcc-4.7/changes.html
# ifdef __linux__
# undef MRW__OLD_PRE11_COMPILER
# endif
# endif