[Webkit-unassigned] [Bug 36849] Add zero() method to Vector class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 31 15:12:40 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36849





--- Comment #15 from Chris Rogers <crogers at google.com>  2010-03-31 15:12:39 PST ---
Sorry I meant to pass by reference...

template<typename T>
void zeroFill(Vector<T>& v)
{
    zeroFill(v.begin(). v.end());
}

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list