next try, #elif not #elsif; refs #11

This commit is contained in:
Marc Wäckerlin
2014-09-12 14:45:39 +00:00
parent 68dcce3b2c
commit dcb2826622

View File

@@ -13,7 +13,7 @@
# ifndef MRW__OLD_PRE11_COMPILER # ifndef MRW__OLD_PRE11_COMPILER
# if __cplusplus < 201103L # if __cplusplus < 201103L
# if __cplusplus==1 # if __cplusplus==1
# ifdef defined(__APPLE__) # if __APPLE__
/// Code is compiled with old non C++11 standard compliant compiler /// Code is compiled with old non C++11 standard compliant compiler
/** There are workarounds for old non C++11 compatible /** There are workarounds for old non C++11 compatible
compilers. These workarounds are deprecated, but will compilers. These workarounds are deprecated, but will
@@ -70,7 +70,7 @@ namespace std {
# else # else
# warning trying standard C++11 support # warning trying standard C++11 support
# endif # endif
# elsif defined(__APPLE__) # elif __APPLE__
# warning you need a C++11 compliant compiler, on gcc: add -std=c++11 # 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 emulating C++11 - this changes the way you use the library
# warning this is deprecated and will be removed in future releases # warning this is deprecated and will be removed in future releases