From e206dc1cf625f28149c19eb4dfcbf495ef0efbb4 Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 18 Feb 2022 19:31:03 +0100 Subject: refactor: improve options of all kinds --- src/conversion.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conversion.hpp') diff --git a/src/conversion.hpp b/src/conversion.hpp index 6da7606..4ae5b7c 100644 --- a/src/conversion.hpp +++ b/src/conversion.hpp @@ -10,4 +10,4 @@ constexpr unsigned int NUMBER_BASE = 10U; * @param str A string that possibly is a unsigned integer * @returns A unsigned integer */ -unsigned int str_to_uint(std::string_view str); +unsigned int str_to_uint(const std::string_view &str); -- cgit v1.2.3-18-g5258