diff --git a/libtransmission/utils.cc b/libtransmission/utils.cc index e8d1f76bd..13e1de0e1 100644 --- a/libtransmission/utils.cc +++ b/libtransmission/utils.cc @@ -1415,13 +1415,15 @@ template::value, bool>> #endif // #if defined(__GNUC__) && !__has_include() -template std::optional tr_parseNum(std::string_view& sv, int base); -template std::optional tr_parseNum(std::string_view& sv, int base); -template std::optional tr_parseNum(std::string_view& sv, int base); +template std::optional tr_parseNum(std::string_view& sv, int base); +template std::optional tr_parseNum(std::string_view& sv, int base); +template std::optional tr_parseNum(std::string_view& sv, int base); +template std::optional tr_parseNum(std::string_view& sv, int base); -template std::optional tr_parseNum(std::string_view& sv, int base); -template std::optional tr_parseNum(std::string_view& sv, int base); -template std::optional tr_parseNum(std::string_view& sv, int base); +template std::optional tr_parseNum(std::string_view& sv, int base); +template std::optional tr_parseNum(std::string_view& sv, int base); +template std::optional tr_parseNum(std::string_view& sv, int base); +template std::optional tr_parseNum(std::string_view& sv, int base); template::value, bool>> [[nodiscard]] std::optional tr_parseNum(std::string_view& sv)