[Webkit-unassigned] [Bug 10765] Windows build busted due to std::copy usage in Vector.h

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Sep 10 06:19:19 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10765





------- Comment #7 from karthikkumar at gmail.com  2006-09-10 06:19 PDT -------
Why not simply:

...

        clear();
        reserveCapacity(other.size());

          std::copy(other.begin(), other.begin() + size(), begin());

..


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list