]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - vendor/utfcpp/utf8.h
Add OnUserPreQuit event to allow modules to change quit messages (#1629).
[user/henk/code/inspircd.git] / vendor / utfcpp / utf8.h
index 82b13f59f983c57ea5bba18bcb58f836eaba8d5e..c2c85d6d0ac9b55d092cea75db041d287829e581 100644 (file)
@@ -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