29 Nov
2007
29 Nov
'07
7:41 p.m.
Am Donnerstag 29 November 2007 20:26:54 schrieb Sohail Somani:
On Thu, 29 Nov 2007 20:23:50 +0100, Maik Beckmann wrote:
I hope you weren't suggesting to do this:
// probably won't even compile, and will // hurt you if it does. vector_slice<T> & s = subslice(...);
A slice is a lightweight object, copying doesn't hurt.
The above wasn't a copy,
I know