$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Boost.Move] A few notes
From: Simonson, Lucanus J (lucanus.j.simonson_at_[hidden])
Date: 2012-01-12 13:30:36
From: Dan Ivy
>Ok, I see."Constructor" forwarding in constrast to "perfect"
>forwarding. So "constructor" is an ajective describing the ""quality""
>of forwarding and not the kind of forwarding. This wasn't immediatly
>obvious. FWIW I think it's a confusing term.
No, "constructor" forwarding describes forwarding arguments of a object constructor function call specifically, as opposed to forwarding in the general case. It is only confusing because you are over thinking it.
Regards,
Luke