[webkit-reviews] review requested: [Bug 58131] Fix compilation with Solaris 10/Sun Studio 12: moving elements in a vector requires source not to be const : [Attachment 89328] Updated patch per recommendation of reviewer. This makes it very clear why we fix what we do.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 12 19:38:31 PDT 2011


Ben Taylor <bentaylor.solx86 at gmail.com> has asked  for review:
Bug 58131: Fix compilation with Solaris 10/Sun Studio 12: moving elements in a
vector requires source not to be const
https://bugs.webkit.org/show_bug.cgi?id=58131

Attachment 89328: Updated patch per recommendation of reviewer. This makes it
very clear why we fix what we do.
https://bugs.webkit.org/attachment.cgi?id=89328&action=review

------- Additional Comments from Ben Taylor <bentaylor.solx86 at gmail.com>
This patch is to work around an obscure compiler bug in Sun Studio 12 (fixed in
SS12.1 and SS12.2) where the compiler couldn't call src->~T() on a const T *src


More information about the webkit-reviews mailing list