
5 Mar
2011
5 Mar
'11
7:06 a.m.
On 05/03/11 02:10, Simonson, Lucanus J wrote:
Pass by reference is what real programmers who deal and maintain real code do. Rather that the false dicotomy between between COW and move lets answer the more fundamental question, why either? Just use expression templates. +1 on this Don't bother to use proto for your expression templates, by the way, it is very easy to do yourself in this simple case. -1 on this, it is all a matter of quick hack on the living room table and extensible design. After writting tons of ET based code, i wont go back writing them by hands.