Hi Vladimir, On 2016-02-15 23:04, Abel Sinkovics wrote:
Hi Vladimir,
On 2016-02-15 08:50, Vladimir Prus wrote:
I'll try to figure why there is failure without no output, but don't yet know how long it will take me.
In the meantime, is there a chance you'd run these tests locally and see what's wrong? Metaparse has a TravisCI job checking it against gcc 4.6, which builds and runs the tests in the Boost source tree (using b2). Tests build and run fine there (see https://travis-ci.org/boostorg/metaparse/jobs/109227535 for the last result). I can look at setting up a Windows-based gcc 4.6 environment, as the failing regression tests seem to run on Windows. I've built and run the tests on Windows with MinGW gcc 4.6 (and -std=c++0x) and there were no errors.
Note that only the tests that have to be run (not only compiled) fail. The library has only a few of them, as it is a template metaprogramming library. Regards, Ábel