[Webkit-unassigned] [Bug 180609] New: APIClient.h uses things from <tuple> without including it explicitly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 8 14:54:05 PST 2017


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

            Bug ID: 180609
           Summary: APIClient.h uses things from <tuple> without including
                    it explicitly
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: stephan.szabo at sony.com

Similar to https://bugs.webkit.org/show_bug.cgi?id=179926, APIClient.h uses tuple related items without explicitly including <tuple>. This can cause compilation failures on toolchains where including <algorithm> and <array> doesn't guarantee the appropriate tuple_size and tuple_element used in the header being available.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171208/1592185e/attachment.html>


More information about the webkit-unassigned mailing list