summaryrefslogtreecommitdiff
path: root/include/fud_utf8.hpp
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2024-10-03 08:07:05 -0500
committerDominick Allen <djallen@librehumanitas.org>2024-10-03 08:07:05 -0500
commite420eca2b244c303af51534ab09632045a186b21 (patch)
treeba4ec2d6863b716672f35898266516b58c727aa9 /include/fud_utf8.hpp
parent97bbafb762defc01abc38834b70a7e8f20d654f5 (diff)
Cleanup from clang-tidy.
Diffstat (limited to 'include/fud_utf8.hpp')
-rw-r--r--include/fud_utf8.hpp4
1 files changed, 2 insertions, 2 deletions
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<utf8, 4>& data)
{