$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] Phoenix and perfect forwarding
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-09-30 07:22:00
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.