From e420eca2b244c303af51534ab09632045a186b21 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Thu, 3 Oct 2024 08:07:05 -0500 Subject: Cleanup from clang-tidy. --- include/fud_utf8.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/fud_utf8.hpp') diff --git a/include/fud_utf8.hpp b/include/fud_utf8.hpp index 5b84a3a..058e4f9 100644 --- a/include/fud_utf8.hpp +++ b/include/fud_utf8.hpp @@ -251,8 +251,8 @@ struct FudUtf8 { static constexpr Ascii invalidAsciiCode{Ascii{0xFF}}; static FudUtf8 fromString(const String& fudString, size_t index) noexcept; - static FudUtf8 fromStringView(StringView&& view, size_t index) noexcept; - static FudUtf8 fromStringView(const StringView& view, size_t index) noexcept; + static FudUtf8 fromStringView(StringView view, size_t index) noexcept; + // static FudUtf8 fromStringView(const StringView& view, size_t index) noexcept; static constexpr FudUtf8 makeUtf8(const Array& data) { -- cgit v1.2.3