* src/ltlvisit/tostring.cc: Reindent and strip out superfluous
spot::ltl:: prefixes. (to_string(formula)): New function. * src/ltlvisit/tostring.hh (to_string(formula)): Likewise. * src/ltltest/tostring.cc: Use this new to_string function to simplify.
This commit is contained in:
parent
a49c69555e
commit
8e988470b1
4 changed files with 76 additions and 62 deletions
|
|
@ -9,6 +9,7 @@ namespace spot
|
|||
namespace ltl
|
||||
{
|
||||
void to_string(const formula& f, std::ostream& os);
|
||||
std::string to_string(const formula& f);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue