
17 Mar
2011
17 Mar
'11
12:25 p.m.
On Thu, Mar 17, 2011 at 1:14 PM, Joshua Juran <jjuran@gmail.com> wrote:
One of the C++ best practices (from the book of the same name) is avoiding premature pessimization.
Definitely true. However, that wasn't the point of my post (it's rather the constructor that takes accelarator_over_points per reference). Secondy, it's not pessimization in my case, rather following existing guidelines (boost.shared_ptr docs) and avoiding to think about possible side-effects some code might cause :) Best regards.