[Webkit-unassigned] [Bug 24932] WebKit compilation support in Solaris 10 with Sun Studio 12 (CC 5.9)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 28 08:29:22 PDT 2009


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





--- Comment #30 from Thiago Macieira <thiago.macieira at nokia.com>  2009-07-28 08:29:21 PDT ---
Created an attachment (id=33643)
 --> (https://bugs.webkit.org/attachment.cgi?id=33643)
[PATCH 11/17] Fix compilation with Sun CC 5.9: moving elements in a vector
requires source not to be const

I don't know why the compiler couldn't call src->~T() on a const T *src,
but fact is it couldn't.

In any case, since move is copying the source and deleting it, formally
the argument shouldn't be const anyway.

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