[result_of?] New regression test failures on Trunk

The Trunk test results are showing that a number of new failures (e.g. xpressive/parameter/bimap) have appeared in the past couple of days. The failures appear to have occured as a result of the change to result_of.hpp for Ticket #1535 (at least, reverting result_of.hpp to the previous version allows the xpressive tests to pass on VC9). Can anyone confirm this? Thanks, Richard Webb

Richard Webb wrote:
The Trunk test results are showing that a number of new failures (e.g. xpressive/parameter/bimap) have appeared in the past couple of days.
The failures appear to have occured as a result of the change to result_of.hpp for Ticket #1535 (at least, reverting result_of.hpp to the previous version allows the xpressive tests to pass on VC9).
Can anyone confirm this?
Confirmed, thanks for noticing this. I have fixed xpressive on trunk and merged the fix to the release branch for good measure. FWIW, xpressive was missing a few #includes and surreptitiously getting them by #including result_of.hpp. I'm sure the rest of the new failures are of a similar nature. -- Eric Niebler Boost Consulting www.boost-consulting.com

Eric Niebler wrote:
Richard Webb wrote:
The Trunk test results are showing that a number of new failures (e.g. xpressive/parameter/bimap) have appeared in the past couple of days.
The failures appear to have occured as a result of the change to result_of.hpp for Ticket #1535 (at least, reverting result_of.hpp to the previous version allows the xpressive tests to pass on VC9).
Can anyone confirm this?
Confirmed, thanks for noticing this. I have fixed xpressive on trunk and merged the fix to the release branch for good measure. FWIW, xpressive was missing a few #includes and surreptitiously getting them by #including result_of.hpp. I'm sure the rest of the new failures are of a similar nature.
Sorry if my patch breaks down some libraries. I should have note dangerousness of that patch in trac. Regards, -- Shunsuke Sogame
participants (3)
-
Eric Niebler
-
Richard Webb
-
shunsuke