From 414b1a17a087e0b035f0191a4cfe1288c450c4c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 27 Sep 2013 14:24:00 +0000 Subject: [PATCH] known bug with GCC __cplusplus; refs #7 --- src/mrw/checkcxx11.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mrw/checkcxx11.hxx b/src/mrw/checkcxx11.hxx index f4ea966..99b030f 100644 --- a/src/mrw/checkcxx11.hxx +++ b/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