We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62ce0a commit 1b8a952Copy full SHA for 1b8a952
1 file changed
common/unicode/unicode-utils.h
@@ -14,5 +14,4 @@ inline constexpr size_t MAX_NAME_CODE_POINTS_SIZE = MAX_NAME_SIZE + 4;
14
15
int unicode_toupper(int code);
16
int unicode_tolower(int code);
17
-size_t clean_str(const char* x, int32_t* code_points, size_t* word_start_indices, int32_t* prepared_code_points, std::byte* utf8_result,
18
- void (*assertf)(bool));
+size_t clean_str(const char* x, int32_t* code_points, size_t* word_start_indices, int32_t* prepared_code_points, std::byte* utf8_result, void (*assertf)(bool));
0 commit comments