https://bugs.freedesktop.org/show_bug.cgi?id=102665

--- Comment #2 from Emil Velikov <[email protected]> ---
One option is to add space between the two >> - it's compatible with older C++
standards and part of Mesa already uses it.

Alternatively, move '&' one character to the right (again we have some
instances in Mesa)

    MockCodelineWithSwizzle(unsigned _op, const vector<pair<int,int>> &_dst,

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to