Automatically include cpp11.h in utf8.h

This commit is contained in:
Francesco Pretto 2020-04-25 20:50:10 +02:00
parent 727e201b57
commit 43c5105759

View file

@ -31,4 +31,8 @@ DEALINGS IN THE SOFTWARE.
#include "utf8/checked.h"
#include "utf8/unchecked.h"
#if UTF_CPP_CPLUSPLUS >= 201103L
#include "utf8/cpp11.h"
#endif
#endif // header guard