
Is move test purely intended to support compilers which implement rvalue references? Or is rvalue emulation planned (as with the auto_ptr test)? If it is a C++0x only test, I would recommend adding a "C++0x" category in the explicit failures xml file, and marking up the majority of platformd as known failures. Otherwise, I am happy to wait for further patches <g> -- AlisdairM

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.
participants (2)
-
AlisdairM
-
Peter Dimov