From 7be2ea15e41d296cd26635f276551959362aa39d Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 10 Aug 2021 01:42:52 +0800 Subject: ... --- src/common/StringUtil.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/common/StringUtil.cpp') diff --git a/src/common/StringUtil.cpp b/src/common/StringUtil.cpp index 54adebd9..36f4df4e 100644 --- a/src/common/StringUtil.cpp +++ b/src/common/StringUtil.cpp @@ -153,9 +153,6 @@ CodePoint Utf16PreviousCodePoint(std::u16string_view str, Index current, return result; } -template class CodePointIterator; -template class CodePointIterator; - void Utf8EncodeCodePointAppend(CodePoint code_point, std::string& str) { auto write_continue_byte = [&str](std::uint8_t byte6) { str.push_back((1u << 7) + (((1u << 6) - 1) & byte6)); -- cgit v1.2.3