From beee9d6bb85e200d64c2c5a5bc446d29ffb540d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 12 Sep 2014 14:30:10 +0000 Subject: [PATCH] next try, doku; refs #11 --- src/mrw/checkcxx11.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mrw/checkcxx11.hxx b/src/mrw/checkcxx11.hxx index d3d7bd1..ce6165e 100644 --- a/src/mrw/checkcxx11.hxx +++ b/src/mrw/checkcxx11.hxx @@ -13,7 +13,7 @@ # ifndef MRW__OLD_PRE11_COMPILER # if __cplusplus < 201103L # if __cplusplus==1 -# if __APPLE__ +# ifdef __APPLE__ /// Code is compiled with old non C++11 standard compliant compiler /** There are workarounds for old non C++11 compatible compilers. These workarounds are deprecated, but will @@ -70,7 +70,7 @@ namespace std { # else # warning trying standard C++11 support # endif -# elsif __APPLE__ +# elsifdef __APPLE__ # warning you need a C++11 compliant compiler, on gcc: add -std=c++11 # warning emulating C++11 - this changes the way you use the library # warning this is deprecated and will be removed in future releases