diff --git a/include/smath.hpp b/include/smath.hpp index 8376996..c7a928e 100644 --- a/include/smath.hpp +++ b/include/smath.hpp @@ -435,6 +435,8 @@ constexpr auto is_valid(char c) -> bool { case 'u': case 'v': return true; + default: + return false; } return false; }