next try, doku; refs #11

master
Marc Wäckerlin 10 years ago
parent beee9d6bb8
commit 439ea810e3
  1. 4
      src/mrw/checkcxx11.hxx

@ -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 __APPLE__ # ifdef defined(__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
# elsifdef __APPLE__ # elsif defined(__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

Loading…
Cancel
Save