$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Temporary objects
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2009-11-01 13:59:02
Thomas Klimpel wrote:
> I guess what will happen is that most major compilers will implement rvalue-references long before they make it officially into the standard (since the standard will be ready soon, this implies that most major compilers have already implemented rvalue-references)
There's no need to guess. GCC, CodeGear C++Builder, MSVC++, Comeau and
Clang all have implemented rvalue references already, although in some
cases with early draft semantics.
Sebastian