$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [move] Fix for clang.
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2011-08-29 07:22:21
El 29/08/2011 12:45, Daniel James escribió:
> Hi Ion,
>
> Clang pretends to be gcc 4.2, but in c++0x mode has the correct c++0x
> rvalue reference rules introduced in gcc 4.5, so move is incorrectly
> configured. The attached patch fixes that. Only tested with llvm clang
> 2.9..
Committed. Thanks!
Ion