$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2007-06-28 13:11:05
Boris Gubenko wrote:
> smart_ptr library test shared_ptr_move_test assumes the compiler
> support
> for rvalue references. The only platform participating in HEAD
> testing it compiles on is gcc-4.3.0_c++0x.
>
> I'd like to mark this test known failure for all the platforms in HEAD
> where it fails to compile because of the lack of the compiler support
> for rvalue references. Any objections?
None. In fact you can even mark it a known failure for any compiler since
this is probably going to be the right default for new toolsets for quite a
while.