Skip to content
Snippets Groups Projects
Commit 4367776e authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Do string conversion in stream operator for AlgsExecutionStates::State

Change

operator<<( std::ostream& s, AlgsExecutionStates::State x )

to convert to string instead of integer. The latter was nowhere used.
Use the operator in EntityState to avoid the duplicate enum-to-string
hard-coding.
parent db9bbd2f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment