known bug with GCC __cplusplus; refs #7

This commit is contained in:
Marc Wäckerlin
2013-09-27 14:24:00 +00:00
parent 9c2e2f4d52
commit 414b1a17a0

View File

@@ -27,7 +27,8 @@
# endif # endif
# if __cplusplus==1 # 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 # endif