fix: windows compiler warning

This commit is contained in:
Marcus Holland-Moritz 2024-01-16 18:20:58 +01:00
parent 04067e18de
commit 07acf5579c

View File

@ -289,6 +289,7 @@ std::ostream& operator<<(std::ostream& os, test_enum e) {
case test_enum::baz:
return os << "baz";
}
throw std::runtime_error("invalid enum value");
}
} // namespace