Commit cd0ac797 authored by Dominik Charousset's avatar Dominik Charousset

Update enum strings

parent afbf30de
......@@ -55,6 +55,8 @@ std::string to_string(pec x) {
return "missing_field";
case pec::invalid_range_expression:
return "invalid_range_expression";
case pec::invalid_state:
return "invalid_state";
};
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment