[Webkit-unassigned] [Bug 198906] New: check-webkit-style should support c++17 structured bindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 16 13:16:19 PDT 2019


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

            Bug ID: 198906
           Summary: check-webkit-style should support c++17 structured
                    bindings
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sam at webkit.org

check-webkit-style should support c++17 structured bindings (https://en.cppreference.com/w/cpp/language/structured_binding) syntax. Currently, the following code issues the following error:

auto [a, b, c] = getTuple();

> ERROR: Foo.cpp:1:  Extra space before [. 
> [whitespace/brackets] [5]

-- 
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/20190616/a6c17b71/attachment.html>


More information about the webkit-unassigned mailing list