Re: calloc.... Why?

From: JKop (NULL_at_NULL.NULL)
Date: 07/20/04


Date: Tue, 20 Jul 2004 12:25:49 GMT

Richard Herring posted:

> And ignoring the "as-if" rule. Nothing _has_ to be
copied.

void Blah(std::vector a, std::vector b)
{
            //Change a and b
}

Still sure nothing has to be copied?

-JKop