diff --git a/AK/StringUtils.cpp b/AK/StringUtils.cpp index 9ad58da156..78d49a48e2 100644 --- a/AK/StringUtils.cpp +++ b/AK/StringUtils.cpp @@ -116,7 +116,8 @@ Optional convert_to_int(const StringView& str, TrimWhitespace trim_whitespace template Optional convert_to_int(const StringView& str, TrimWhitespace); template Optional convert_to_int(const StringView& str, TrimWhitespace); template Optional convert_to_int(const StringView& str, TrimWhitespace); -template Optional convert_to_int(const StringView& str, TrimWhitespace); +template Optional convert_to_int(const StringView& str, TrimWhitespace); +template Optional convert_to_int(const StringView& str, TrimWhitespace); template Optional convert_to_uint(const StringView& str, TrimWhitespace trim_whitespace) @@ -146,7 +147,8 @@ Optional convert_to_uint(const StringView& str, TrimWhitespace trim_whitespac template Optional convert_to_uint(const StringView& str, TrimWhitespace); template Optional convert_to_uint(const StringView& str, TrimWhitespace); template Optional convert_to_uint(const StringView& str, TrimWhitespace); -template Optional convert_to_uint(const StringView& str, TrimWhitespace); +template Optional convert_to_uint(const StringView& str, TrimWhitespace); +template Optional convert_to_uint(const StringView& str, TrimWhitespace); template Optional convert_to_uint(const StringView& str, TrimWhitespace); template Optional convert_to_uint(const StringView& str, TrimWhitespace); diff --git a/AK/StringView.cpp b/AK/StringView.cpp index 83f90e2d3c..205f282d70 100644 --- a/AK/StringView.cpp +++ b/AK/StringView.cpp @@ -215,7 +215,8 @@ Optional StringView::to_int() const template Optional StringView::to_int() const; template Optional StringView::to_int() const; template Optional StringView::to_int() const; -template Optional StringView::to_int() const; +template Optional StringView::to_int() const; +template Optional StringView::to_int() const; template Optional StringView::to_uint() const @@ -226,7 +227,8 @@ Optional StringView::to_uint() const template Optional StringView::to_uint() const; template Optional StringView::to_uint() const; template Optional StringView::to_uint() const; -template Optional StringView::to_uint() const; +template Optional StringView::to_uint() const; +template Optional StringView::to_uint() const; template Optional StringView::to_uint() const; template Optional StringView::to_uint() const;