[Webkit-unassigned] [Bug 58131] Fix compilation with Solaris 10/Sun Studio 12: moving elements in a vector requires source not to be const

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


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


Ben Taylor <bentaylor.solx86 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #88801|0                           |1
        is obsolete|                            |
  Attachment #88801|review?, commit-queue?      |
               Flag|                            |
  Attachment #89328|                            |review?, commit-queue?
               Flag|                            |




--- Comment #3 from Ben Taylor <bentaylor.solx86 at gmail.com>  2011-04-12 19:38:31 PST ---
Created an attachment (id=89328)
 --> (https://bugs.webkit.org/attachment.cgi?id=89328&action=review)
Updated patch per recommendation of reviewer. This makes it very clear why we fix what we do.

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

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