Jean-Marc Lasgouttes wrote: > Le 04/05/2015 18:27, José Matos a écrit : >> The failures start at the begin, so there is no need to go down to find >> the culprit. >> >> Any idea about what is wrong here? > > What happens if you remove the following: > > ./../support/strfwd.h:59:59: note: candidates are: template<class Char, > class Traits, class Allocator> class std::basic_ostringstream
I tried to build with gcc 5.1 and got the errors as well. strfwd.h needs to be adjusted to the new code in bits/stringfwd.h (looks quite different), or the forward declarations need to be skipped for gcc5 (as it is already done for clang). Georg