Make things work #1

Merged
etenie merged 10 commits from fix-regex into master 2024-11-10 18:35:45 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 467580e1b9 - Show all commits

View File

@ -65,7 +65,6 @@ public:
if constexpr (std::is_same_v<T, std::string>) {
return value;
} else {
std::cout << std::format("the value is: {}", value);
return std::stoi(value);
}
}