$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Interprocess] Compile error with VC10
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2010-04-22 19:02:44
On 22/04/2010 16:19, Peter Dimov wrote:
> You need to static_cast to &&, the new rvalue references no longer bind
> to lvalues without a cast. Or use std::move which should know what to do.
Ok, thanks. I want to support both the old (for installed gccs) and the
new approach (msvc 2010).
Best,
Ion