
17 Mar
2011
17 Mar
'11
9:56 a.m.
On Mar 17, 2011, at 2:48 AM, Christoph Heindl wrote:
// Construct from pre-existing accelerator. works_with_points (boost::shared_ptr<accelerator_over_points const> accel) : _acc(accel) {}
Is there a reason to pass the shared_ptr by value instead of const reference? Josh