known bug with GCC __cplusplus; refs #7

master
Marc Wäckerlin 11 years ago
parent 9c2e2f4d52
commit 414b1a17a0
  1. 3
      src/mrw/checkcxx11.hxx

@ -27,7 +27,8 @@
# endif
# if __cplusplus==1
# warning your compiler has a know bug, please upgrade
# 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
# endif

Loading…
Cancel
Save