Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 3fb3aef

Browse files
authored
Update tinyutf8.h
Changed default allocator definition in template header
1 parent 1f97fba commit 3fb3aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tinyutf8/tinyutf8.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ namespace tiny_utf8
108108
template<
109109
typename ValueType = char32_t
110110
, typename DataType = char
111-
, typename Allocator = std::allocator<char>
111+
, typename Allocator = std::allocator<DataType>
112112
>
113113
class basic_string;
114114

0 commit comments

Comments
 (0)