Loading services/inputflinger/InputListener.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ std::list<NotifyArgs>& operator+=(std::list<NotifyArgs>& keep, std::list<NotifyA // Helper to std::visit with lambdas. template <typename... V> struct Visitor : V... {}; struct Visitor : V... { using V::operator()...; }; // explicit deduction guide (not needed as of C++20) template <typename... V> Visitor(V...) -> Visitor<V...>; Loading services/inputflinger/NotifyArgs.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -233,7 +233,7 @@ NotifyPointerCaptureChangedArgs::NotifyPointerCaptureChangedArgs( // Helper to std::visit with lambdas. template <typename... V> struct Visitor : V... {}; struct Visitor : V... { using V::operator()...; }; // explicit deduction guide (not needed as of C++20) template <typename... V> Visitor(V...) -> Visitor<V...>; Loading services/inputflinger/reader/mapper/gestures/PropertyProvider.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -239,7 +239,7 @@ namespace { // Helper to std::visit with lambdas. template <typename... V> struct Visitor : V... {}; struct Visitor : V... { using V::operator()...; }; // explicit deduction guide (not needed as of C++20) template <typename... V> Visitor(V...) -> Visitor<V...>; Loading Loading
services/inputflinger/InputListener.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ std::list<NotifyArgs>& operator+=(std::list<NotifyArgs>& keep, std::list<NotifyA // Helper to std::visit with lambdas. template <typename... V> struct Visitor : V... {}; struct Visitor : V... { using V::operator()...; }; // explicit deduction guide (not needed as of C++20) template <typename... V> Visitor(V...) -> Visitor<V...>; Loading
services/inputflinger/NotifyArgs.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -233,7 +233,7 @@ NotifyPointerCaptureChangedArgs::NotifyPointerCaptureChangedArgs( // Helper to std::visit with lambdas. template <typename... V> struct Visitor : V... {}; struct Visitor : V... { using V::operator()...; }; // explicit deduction guide (not needed as of C++20) template <typename... V> Visitor(V...) -> Visitor<V...>; Loading
services/inputflinger/reader/mapper/gestures/PropertyProvider.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -239,7 +239,7 @@ namespace { // Helper to std::visit with lambdas. template <typename... V> struct Visitor : V... {}; struct Visitor : V... { using V::operator()...; }; // explicit deduction guide (not needed as of C++20) template <typename... V> Visitor(V...) -> Visitor<V...>; Loading