[spirit][config] release branch test failures

Some of the Spirit(2) tests are failing on the release branch due to a missing "boost/config/warning_disable.hpp" (e.g. http://tinyurl.com/5bdq5g). I assume that warning_disable.hpp needs to be merged across from Trunk? Thanks, Richard Webb

Some of the Spirit(2) tests are failing on the release branch due to a missing "boost/config/warning_disable.hpp" (e.g. http://tinyurl.com/5bdq5g).
I assume that warning_disable.hpp needs to be merged across from Trunk?
John Maddock some time ago created the file warning_disable.hpp to assist with various compiler idiosyncrasies. Is there any reason why this isn't merged to the release branch yet? If not, does anybody mind me merging it to the branch? Regards Hartmut

Hartmut Kaiser wrote:
Some of the Spirit(2) tests are failing on the release branch due to a missing "boost/config/warning_disable.hpp" (e.g. http://tinyurl.com/5bdq5g).
I assume that warning_disable.hpp needs to be merged across from Trunk?
John Maddock some time ago created the file warning_disable.hpp to assist with various compiler idiosyncrasies. Is there any reason why this isn't merged to the release branch yet?
If not, does anybody mind me merging it to the branch?
Please do so. I've got various boost.system and boost.filesystem updates and fixes underway that use boost/config/warning_disable.hpp. --Beman

Some of the Spirit(2) tests are failing on the release branch due to a missing "boost/config/warning_disable.hpp" (e.g. http://tinyurl.com/5bdq5g).
I assume that warning_disable.hpp needs to be merged across from Trunk?
Should be fixed now. Thanks for mentioning! Regards Hartmut
participants (3)
-
Beman Dawes
-
Hartmut Kaiser
-
Richard Webb