File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -626,6 +626,7 @@ namespace dlib
626626 USE_DEFAULT_INT_SERIALIZATION_FOR (unsigned long )
627627 USE_DEFAULT_INT_SERIALIZATION_FOR (uint64)
628628 USE_DEFAULT_INT_SERIALIZATION_FOR (int64)
629+ USE_DEFAULT_INT_SERIALIZATION_FOR (char32_t )
629630
630631 USE_DEFAULT_BYTE_SERIALIZATION_FOR (char )
631632 USE_DEFAULT_BYTE_SERIALIZATION_FOR (signed char )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace dlib
1616
1717// ----------------------------------------------------------------------------------------
1818
19- using unichar = uint32 ;
19+ using unichar = char32_t ;
2020 using ustring = std::basic_string<unichar>;
2121
2222// ----------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments