Phoenix and perfect forwarding

Compilers are starting to support rvalue references. Wouldn't it be pertinent to use that to implement perfect forwarding, if available? Phoenix could surely benefit from that.

on Tue Sep 30 2008, Mathias Gaunard <mathias.gaunard-AT-ens-lyon.org> wrote:
Compilers are starting to support rvalue references. Wouldn't it be pertinent to use that to implement perfect forwarding, if available?
Phoenix could surely benefit from that.
Not to mention varargs templates. -- Dave Abrahams BoostPro Computing http://www.boostpro.com

David Abrahams wrote:
on Tue Sep 30 2008, Mathias Gaunard <mathias.gaunard-AT-ens-lyon.org> wrote:
Compilers are starting to support rvalue references. Wouldn't it be pertinent to use that to implement perfect forwarding, if available?
Phoenix could surely benefit from that.
Not to mention varargs templates.
Agreed. Regards, -- Joel de Guzman http://www.boostpro.com http://spirit.sf.net
participants (3)
-
David Abrahams
-
Joel de Guzman
-
Mathias Gaunard