X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=vendor%2Futfcpp%2Futf8.h;h=c2c85d6d0ac9b55d092cea75db041d287829e581;hb=2ab383f707ec648ceeb29059ce4f54d4bbb056a4;hp=82b13f59f983c57ea5bba18bcb58f836eaba8d5e;hpb=77730fd5f09f8fc193205654c8bba84d34365670;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/vendor/utfcpp/utf8.h b/vendor/utfcpp/utf8.h index 82b13f59f..c2c85d6d0 100644 --- a/vendor/utfcpp/utf8.h +++ b/vendor/utfcpp/utf8.h @@ -31,4 +31,8 @@ DEALINGS IN THE SOFTWARE. #include "utf8/checked.h" #include "utf8/unchecked.h" +#if __cplusplus >= 201103L // C++ 11 or later +#include "utf8/cpp11.h" +#endif // C++ 11 or later + #endif // header guard