[Webkit-unassigned] [Bug 125140] New: Debug build fix : Add '<algorithm>' for 'std::is_sorted' after r159965.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 3 01:55:59 PST 2013


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

           Summary: Debug build fix : Add '<algorithm>' for
                    'std::is_sorted' after r159965.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: seokju at webkit.org


WebKit/Source/WebKit2/Shared/APIClient.h:64:16: error: ‘is_sorted’ is not a member of ‘std’
         ASSERT(std::is_sorted(interfaceSizes.begin(), interfaceSizes.end()));

See : http://www.cplusplus.com/reference/algorithm/is_sorted/

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