[webkit-reviews] review canceled: [Bug 58131] Fix compilation with Solaris 10/Sun Studio 12: moving elements in a vector requires source not to be const : [Attachment 88801] Fixing a compile issue on Solaris 10 with Sun Studio 12 C++, fix a modified src parameter to not be const

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


Ben Taylor <bentaylor.solx86 at gmail.com> has canceled Ben Taylor
<bentaylor.solx86 at gmail.com>'s request 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 88801: Fixing a compile issue on Solaris 10 with Sun Studio 12 C++,
fix a modified src parameter to not be const
https://bugs.webkit.org/attachment.cgi?id=88801&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