[v3] libstdc++/34095

Peter Dimov pdimov@mmltd.net
Wed Jan 2 11:11:00 GMT 2008


> -                    delete[] samples;
> +   ::operator delete(samples);

::operator delete[]( samples )? It may not matter in practice, of course.



More information about the Libstdc++ mailing list