[Webkit-unassigned] [Bug 169769] New: std::get for tuple should be declared before struct TupleHash is defined

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 16 11:08:13 PDT 2017


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

            Bug ID: 169769
           Summary: std::get for tuple should be declared before struct
                    TupleHash is defined
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Yoshiaki.Jitsukawa at sony.com

As TupleHash::hash() refers to std::get(std::tuple), it should be declared beforehand. Otherwise clang's two phase lookup cannot resolve the proper function.

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


More information about the webkit-unassigned mailing list