
28 Aug
2009
28 Aug
'09
8:07 a.m.
Jeffrey Hellrung escribió:
Great, just making sure that was on the table ;) Also, surely you mean
#ifndef BOOST_HAS_RVALUE_REFS // rather than #ifdef
Yes ;-)
As far as generic forwarding, I've been playing around with it a little and I'm likewise stuck on how to capture true rvalues via template parameter deduction :/
It's not trivial... And if we more than 2 overloads for each parameter, we'll need to produce a ton of preprocessed code ;-) Best, Ion