On Wednesday, 10 January 2018 at 01:56:02 UTC, Steven Schveighoffer wrote: > But current auto ref is what we have, so I would recommend > using it. I would recommend to ignore auto ref for rvalue references. It generates 2^N functions where N is the amount of auto ref parameters. That the most awful template bloat I've ever seen.