
2 Mar
2009
2 Mar
'09
4:57 p.m.
Amit skrev:
Hi,
I think this would be very useful, in almost all applications.
I had a quick look at the code. Just one comment: there appears to be no reason for the copy[_rai]() functions to me non-static members - it will just create code bloat when auto_buffer<>s are created with different N.
Am I missing something, or would it make sense into a private namespace?
I guess this could be a general algorithm added to range_ex. I don't think this will generate bloat unless you explicitly instantate the class. -Thorsten