Boost logo

Boost :

Subject: [boost] [foreach] HELP NEEDED: intel-vc9-win-11.0
From: Eric Niebler (eric_at_[hidden])
Date: 2009-02-16 12:44:45


Boost.Foreach is failing its tests on trunk on the intel-vc9-win-11.0
platform. If there is anyone with access to this platform who would like
to run a couple of quick tests, you will be generously rewarded in your
next life. Can't beat that.

All you have to do is run foreach's tests 4 times with a slightly
different config each time. In foreach.hpp, comment out all the config
preprocessor gunk (everything between #include
<boost/detail/workaround.hpp> and #include <boost/mpl/if.hpp>) and
replace it with one of the following:

#define BOOST_FOREACH_COMPILE_TIME_CONST_RVALUE_DETECTION
   or
#define BOOST_FOREACH_RUN_TIME_CONST_RVALUE_DETECTION
   or
#define BOOST_FOREACH_NO_CONST_RVALUE_DETECTION
   or
#define BOOST_FOREACH_NO_RVALUE_DETECTION

Report the number of test failures each time. Your karmic reward awaits.
Thanks in advance,

-- 
Eric Niebler
BoostPro Computing
http://www.boostpro.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk