NEW198906
check-webkit-style should support c++17 structured bindings
https://bugs.webkit.org/show_bug.cgi?id=198906
Summary check-webkit-style should support c++17 structured bindings
Sam Weinig
Reported 2019-06-16 13:16:19 PDT
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]
Attachments
Note You need to log in before you can comment on or make changes to this bug.