[Webkit-unassigned] [Bug 38630] VS2010 asserts a null iterator passed to std::copy in Vector::operator=

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 8 10:25:50 PDT 2010


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tkent at chromium.org




--- Comment #3 from Kent Tamura <tkent at chromium.org>  2010-05-08 10:25:48 PST ---
AFAIK, passing 0 to an Iterator parameter is invalid in C++. So this behavior
of VS2010 seems reasonable.
If we worry about the performance, we should use "#if COMPILER(MSVC)" here.

-- 
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