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

master
Marc Wäckerlin 11 years ago
parent f377b1fe67
commit 3f2a31fb12
  1. 3
      src/mrw/checkcxx11.hxx

@ -30,6 +30,9 @@
// __cplusplus==1 is a known bug in gcc 4.6.3 // __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 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 # warning see __cplusplus in http://gcc.gnu.org/gcc-4.7/changes.html
# ifdef __linux__
# undef MRW__OLD_PRE11_COMPILER
# endif
# endif # endif

Loading…
Cancel
Save