Marijn Haverbeke 4e03112141 Add a pass-by-copy parameter passing convention
This is intended to solve the problem of how to pass arguments to
constructor functions -- you want to move in rvalues, but not have to
explicitly copy stuff that is not an rvalue. The by-copy passing
convention will ensure the callee gets its own copy of the value. For
rvalues, it'll just pass off the value. For lvalues, it'll make a
copy.

Issue #1177
2011-11-18 12:49:00 +01:00
..
2011-10-20 16:01:24 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-21 17:21:59 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-11-11 17:14:30 -08:00
2011-10-20 16:01:24 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-09-26 14:44:08 -07:00
2011-09-26 14:44:08 -07:00
2011-09-26 14:44:08 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00
2011-11-16 14:41:32 -08:00
2011-10-20 20:34:04 -07:00
2011-10-20 20:34:04 -07:00