$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [move] problem with msvc and BOOST_MOVABLE_BUT_NOT_COPYABLE
From: Thomas Klimpel (Thomas.Klimpel_at_[hidden])
Date: 2010-05-28 18:12:51
Oliver Kowalke wrote:
> With gcc-4.4.3 I don't get the linker error (using my example with
> boost.move) and msvc-9.0 for tests only.
This indicates to me that Dave is right when he say that NRVO is already the norm and not the exception, even in debug mode.