Subject: [boost] [proto] RValue reference support?
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-08-11 08:34:51


Does proto have any support for rvalue references in terminals?

I'm thinking that if you know that you're assigning an expression involving
an rvalue-reference as a terminal, then there are some optimizations that
can be performed that aren't otherwise possible.

Thanks, John.