diff options
Diffstat (limited to 'src/conversion.hpp')
-rw-r--r-- | src/conversion.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |