From 796f3047bceb4d456331aa6abd2bbef3b6ece152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 12 Sep 2014 09:40:39 +0000 Subject: [PATCH] gcc 4.2 on MacOSX 10.8 defines __cplusplus==1, but does not support C++11; refs #11 --- src/mrw/checkcxx11.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mrw/checkcxx11.hxx b/src/mrw/checkcxx11.hxx index 63e0dd2..f4899c8 100644 --- a/src/mrw/checkcxx11.hxx +++ b/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