
20 Apr
2012
20 Apr
'12
12:38 p.m.
Eric Niebler wrote:
IIRC, Pointer Container, Fusion and Spirit were fixed, but Phoenix is still in the fixing process.
Do you know if those fixes have made it to the release branch yet?
Yes, they've been merged already.
I think modifying Jamfile to add the test with decltype-based result_of is a reasonable approach to the regression tests. [...] I'm not sure if the test infrastructure has a way of globally adding a <define>BOOST_RESULT_OF_USE_TR1 to all targets. Does it?
Passing a command line argument --bjam-options="define=BOOST_RESULT_OF_USE_TR1" to the test runner script (tools/regression/src/run.py) does the job? Regards, Michel