remove a GCC 4.6 workaround
* src/twa/twagraph.hh (namer): Use a template alias instead of a trait. * src/twa/twagraph.cc, src/parseaut/parseaut.yy, src/twaalgos/ltl2tgba_fm.cc: Adjust.
This commit is contained in:
parent
304f2496ea
commit
ac6b042e2c
4 changed files with 10 additions and 14 deletions
|
|
@ -110,7 +110,7 @@ namespace spot
|
|||
|
||||
class ratexp_to_dfa
|
||||
{
|
||||
typedef typename twa_graph::namer<const formula*>::type namer;
|
||||
typedef twa_graph::namer<const formula*> namer;
|
||||
public:
|
||||
ratexp_to_dfa(translate_dict& dict);
|
||||
std::tuple<const_twa_graph_ptr, const namer*, const state*>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue