
12 Jan
2012
12 Jan
'12
6:30 p.m.
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