mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-05 05:25:07 +00:00
Automatically include cpp11.h in utf8.h
This commit is contained in:
parent
727e201b57
commit
43c5105759
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue