Possible Duplicate:
Advantages of using forward
The idea of perfect fowarding is to forward the exact CV qualifiers in a templates to other templates.
However, it uses the RValue-references feature, which means it cannot bind to named variables. (I think?)
If it can't bind to named variables, how is the forwarding "perfect"?