attempt to fix clang++ compilation error

Seen on arch linux when clang++ 3.7.1 uses GCC's 6.1.1 tuple header.

* spot/twaalgos/ltl2tgba_fm.cc (ratexp_to_dfa::succ): Build the return
type explicitly.
* NEWS: Mention the issue.
This commit is contained in:
Alexandre Duret-Lutz 2016-05-09 22:01:57 +02:00
parent 694e485ec2
commit 0278735ebe
2 changed files with 14 additions and 2 deletions

4
NEWS
View file

@ -60,6 +60,10 @@ New in spot 2.0.1a (not yet released)
So "{:[i]s}".format(f) is the same as
"{:s}".format(f.unabbreviate("i")).
Bug fixes:
* Fix compilation error observed with Clang++ 3.7.1 and GCC 6.1.1
headers.
New in spot 2.0.1 (2016-05-09)