gcc 4.2 on MacOSX 10.8 defines __cplusplus==1, but does not support C++11; refs #11

master
Marc Wäckerlin 10 years ago
parent b45a9233b7
commit 796f3047bc
  1. 2
      src/mrw/checkcxx11.hxx

@ -31,7 +31,7 @@
// __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
# fi
# endif
# else
/// Code is compiled with an old non C++11 standard compliant compiler
/** There are workarounds for old non C++11 compatible

Loading…
Cancel
Save