Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2007-05-18 08:39:14


AlisdairM wrote:

> Is move test purely intended to support compilers which implement
> rvalue references? Or is rvalue emulation planned (as with the
> auto_ptr test)?

I have no plans at the moment for adding move emulation. The ordinary copy
constructor works well enough in the majority of cases.

As for the failures, I'm hoping that the regression test system will develop
a way to handle a 'skipped' return status from a test so that I can use

#ifndef BOOST_HAS_RVALUE_REFS

    return EXIT_SKIPPED;

#endif

instead of marking every existing and future toolset as an expected failure.


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