$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost.Variant broke in 1.54?
From: gast128 (gast128_at_[hidden])
Date: 2013-08-09 13:23:04
> So, adding a const disables all the move constructors and rvalue
optimizations.
Yes I was aware of that. See my other post. Still the RVO can kick in which
is always preferable (from a performance perspective) over move ctor's?