Skip to content

Commit 29e3689

Browse files
committed
resolve comment
Signed-off-by: Martijn Govers <[email protected]>
1 parent 1edb29e commit 29e3689

File tree

1 file changed

+0
-3
lines changed
  • power_grid_model_c/power_grid_model/include/power_grid_model/common

1 file changed

+0
-3
lines changed

power_grid_model_c/power_grid_model/include/power_grid_model/common/exception.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ class InvalidArguments : public PowerGridError {
5252

5353
class MissingCaseForEnumError : public InvalidArguments {
5454
public:
55-
template <typename T>
56-
MissingCaseForEnumError(std::string_view method, T const& value)
57-
: InvalidArguments{method, std::format("{} #{:d}", typeid(T).name(), value)} {}
5855
template <typename T>
5956
requires std::is_enum_v<T>
6057
MissingCaseForEnumError(std::string_view method, T const& value)

0 commit comments

Comments
 (0)